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.h
game.c
game.h
common.h)
game.h)
include_directories(lib
/usr/avr/include/)

@ -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
}

Loading…
Cancel
Save