Skip to content

Commit

Permalink
Fix mismatched type (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
hezy0426 authored Oct 13, 2023
1 parent dee5744 commit 2875bad
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 2875bad

Please sign in to comment.