oops 2000s delay

master
Ondřej Hruška 7 years ago
parent c335fa842e
commit a463765153
  1. 3
      CMakeLists.txt
  2. 2
      game.c

@ -33,8 +33,7 @@ set(SOURCE_FILES
leds.c leds.c
leds.h leds.h
game.c game.c
game.h game.h)
common.h)
include_directories(lib include_directories(lib
/usr/avr/include/) /usr/avr/include/)

@ -280,7 +280,7 @@ void game_main(void)
screen[2] = C_CRIMSON; screen[2] = C_CRIMSON;
screen[3] = C_CRIMSON; screen[3] = C_CRIMSON;
show_screen(); show_screen();
delay_s(2000); delay_s(1);
pin_down(PIN_PWR_HOLD); pin_down(PIN_PWR_HOLD);
while(1); // wait for shutdown while(1); // wait for shutdown
} }

Loading…
Cancel
Save