diff options
Diffstat (limited to 'include/usr')
-rw-r--r-- | include/usr/main.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/usr/main.h b/include/usr/main.h index 5fd29f9..3aec5a9 100644 --- a/include/usr/main.h +++ b/include/usr/main.h @@ -2,11 +2,12 @@ #define USR_MAIN_H #ifdef RPI_BUILD - #define USR_TIME 40 + #define USR_TIME 260 #else #define USR_TIME 2000 #endif void main(void); +void handle_data(unsigned char); #endif |