From 11ac166f3476116b08eeaffc25d80b163573089b Mon Sep 17 00:00:00 2001 From: Mike Fiore Date: Tue, 17 Nov 2015 13:04:00 -0600 Subject: join works, but only once - added object for running LoRa operations in a thread, lots of misc updates --- ButtonHandler/ButtonHandler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ButtonHandler/ButtonHandler.h') 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: -- cgit v1.2.3