Skip to content

Commit

Permalink
Fix mismatched type
Browse files Browse the repository at this point in the history
  • Loading branch information
hezy0426 committed Oct 9, 2023
1 parent dee5744 commit 903605b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/recognizeType.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ DataType recognizeType(int16tFnPtr variable) {
}

DataType recognizeType(uint16tFnPtr variable) {
return DataType::UINT8_T_GETTER;
return DataType::UINT16_T_GETTER;
variable = variable;
}

Expand Down

0 comments on commit 903605b

Please sign in to comment.