From c231919eb2f3a02e8c6d8b5dd97e52de27e7bbc8 Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Fri, 30 Apr 2021 08:10:05 +0200 Subject: [PATCH] Clean unused variables and increase length --- super_simon/include/main.h | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/super_simon/include/main.h b/super_simon/include/main.h index 5c2d1a3..3b9db81 100644 --- a/super_simon/include/main.h +++ b/super_simon/include/main.h @@ -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