diff options
Diffstat (limited to 'include/usr')
-rw-r--r-- | include/usr/main.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/usr/main.h b/include/usr/main.h index 9d0b76b..5fd29f9 100644 --- a/include/usr/main.h +++ b/include/usr/main.h @@ -1,6 +1,12 @@ #ifndef USR_MAIN_H #define USR_MAIN_H +#ifdef RPI_BUILD + #define USR_TIME 40 +#else + #define USR_TIME 2000 +#endif + void main(void); #endif |