Skip to content

Commit

Permalink
style: remove extra semi-colon in main.cpp in touchscreen initialization
Browse files Browse the repository at this point in the history
Signed-off-by: Aditya Agarwal <aditya.agarwal030504@gmail.com>
  • Loading branch information
Aditya-A-garwal committed Jan 26, 2024
1 parent 9261996 commit fae2ce6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

MCUFRIEND_kbv tft;

TouchScreen ts = TouchScreen(XP, YP, XM, YM, 300);;
TouchScreen ts = TouchScreen(XP, YP, XM, YM, 300);

int16_t player = NONE;
int16_t turn = CROSS;
Expand Down

0 comments on commit fae2ce6

Please sign in to comment.