Skip to content

Commit

Permalink
Typo in function "getFlipXY" fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
spencerandhill committed Nov 29, 2021
1 parent 8a8616f commit ba41ee3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EEPROM.ino
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ int setOffsetsToEEPROM(int h, int v) {
EEPROM.commit();
}

float getFlipXY(void) {
bool getFlipXY(void) {
return flipXYAxis;
}

Expand Down

0 comments on commit ba41ee3

Please sign in to comment.