Parcourir la source

Fix default timer init to start at 1 minute

Rudolf Macek il y a 1 an
Parent
commit
856fff414d
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      views/countdown_view.h

+ 1 - 1
views/countdown_view.h

@@ -11,7 +11,7 @@
 #define SCREEN_CENTER_X (SCREEN_WIDTH / 2)
 #define SCREEN_CENTER_Y (SCREEN_HEIGHT / 2)
 
-#define INIT_COUNT 10
+#define INIT_COUNT 60
 
 typedef enum {
     CountDownTimerMinuteUp,