From a463765153a679287fac04ea16b24907b7d0ddba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Hru=C5=A1ka?= Date: Fri, 9 Jun 2017 02:42:32 +0200 Subject: [PATCH] oops 2000s delay --- CMakeLists.txt | 3 +-- game.c | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) 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 }