Clean unused variables and increase length

This commit is contained in:
Gabriel Augendre 2021-04-30 08:10:05 +02:00
parent b9035d0473
commit c231919eb2

View file

@ -26,12 +26,6 @@
#define TONE_RED 440
#define TONE_ERROR 100
// Indices in the constants tables
#define GREEN 0
#define YELLOW 1
#define BLUE 2
#define RED 3
#define MAX_GAME 10
#define MAX_GAME 20
#endif //SUPER_SIMON_MAIN_H