diff --git a/CMakeLists.txt b/CMakeLists.txt index 9658a26..33c5c95 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -33,8 +33,7 @@ set(SOURCE_FILES leds.c leds.h game.c - game.h - common.h) + game.h) include_directories(lib /usr/avr/include/) diff --git a/game.c b/game.c index 8050b8d..ffdec0b 100644 --- a/game.c +++ b/game.c @@ -280,7 +280,7 @@ void game_main(void) screen[2] = C_CRIMSON; screen[3] = C_CRIMSON; show_screen(); - delay_s(2000); + delay_s(1); pin_down(PIN_PWR_HOLD); while(1); // wait for shutdown }