88:c889aa0be7e2 | 89:4b5b4c7ba03d |
---|---|
94 | 94 |
95 | 95 |
96 // constants | 96 // constants |
97 #define MAX_SLOTS 6 | 97 #define MAX_SLOTS 6 |
98 | 98 |
99 // external variabled | |
100 extern uint8_t mode; | |
101 extern uint8_t btn_start; | |
102 extern uint8_t old_start; | |
103 extern char SHORTCUT[]; | |
104 extern char PANIC[]; | |
105 extern char RESUME[]; | |
106 | |
107 | |
99 | 108 |
100 // MAYBE USELESS STUFF: | 109 // MAYBE USELESS STUFF: |
101 | 110 |
102 #define uchar unsigned char | 111 #define uchar unsigned char |
103 #define uint unsigned int | 112 #define uint unsigned int |