Wunused-variable: fix several warnings

Signed-off-by: Jon Trulson <jtrulson@ics.com>
This commit is contained in:
Jon Trulson
2016-11-03 13:17:58 -06:00
parent 630d12d963
commit 2b4e43281f
5 changed files with 3 additions and 9 deletions

View File

@ -80,7 +80,6 @@ Used to test the UART TX characteristic notification
static uart_over_ble_t uart_over_ble;
static uint8_t uart_buffer[20];
static uint8_t uart_buffer_len = 0;
static uint8_t dummychar = 0;
void
sig_handler(int signo)