diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/main.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp index ec5117b..faf4b2d 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -10,7 +10,7 @@ void tout(void); void draw(int board[4][4], int score); -// Onboard LED +// Onboard LED PinName switch_pin[] = { SW_PINS }; Counter *switch_position[4]; @@ -152,4 +152,3 @@ void draw(int board[SIZE][SIZE], int score) } } } - |