From f3dcf7535a0d379e26abd79cadc2ec923542d650 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Sun, 21 Oct 2018 14:00:02 -0400 Subject: [PATCH] Update cw_main.c --- cw/cw_main.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cw/cw_main.c b/cw/cw_main.c index 50abdae1..c2a4711d 100644 --- a/cw/cw_main.c +++ b/cw/cw_main.c @@ -41,7 +41,9 @@ #define ADC8 20 #define TIME 8 #define UCTEMP 30 +#define UPTIME_SEC 8 +long int timestamp = 0; extern uint8_t axradio_rxbuffer[]; void *transmit(void *arg); int get_message(uint8_t *buffer, int avail);