diff options
Diffstat (limited to 'workspace/TS100/inc/main.hpp')
-rw-r--r-- | workspace/TS100/inc/main.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/workspace/TS100/inc/main.hpp b/workspace/TS100/inc/main.hpp index edb11ac8..3e522de0 100644 --- a/workspace/TS100/inc/main.hpp +++ b/workspace/TS100/inc/main.hpp @@ -7,7 +7,7 @@ extern OLED lcd; extern MMA8652FC accel; - +extern uint8_t PCBVersion; enum ButtonState { BUTTON_NONE = 0, /* No buttons pressed / < filter time*/ BUTTON_F_SHORT = 1, /* User has pressed the front button*/ |