diff options
Diffstat (limited to 'ButtonHandler/ButtonHandler.h')
| -rw-r--r-- | ButtonHandler/ButtonHandler.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/ButtonHandler/ButtonHandler.h b/ButtonHandler/ButtonHandler.h index 00898c6..e99c767 100644 --- a/ButtonHandler/ButtonHandler.h +++ b/ButtonHandler/ButtonHandler.h @@ -4,7 +4,7 @@  #include "mbed.h"  #include "rtos.h" -#define buttonSignal (uint32_t)0x01 +#define buttonSignal (int32_t)0x01  class ButtonHandler {      public: | 
