mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-17 20:42:47 +00:00
stm32-f4discovery-cc2564: remove semicolon
This commit is contained in:
parent
45299ad704
commit
bbc6d41329
@ -97,9 +97,10 @@ static void (*rx_done_handler)(void) = &dummy_handler;
|
||||
static void (*tx_done_handler)(void) = &dummy_handler;
|
||||
static void (*cts_irq_handler)(void) = &dummy_handler;
|
||||
|
||||
static void dummy_handler(void){};
|
||||
static int hal_uart_needed_during_sleep;
|
||||
|
||||
static void dummy_handler(void){}
|
||||
|
||||
void hal_uart_dma_set_sleep(uint8_t sleep){
|
||||
|
||||
// RTS is on PD12 - manually set it during sleep
|
||||
|
Loading…
x
Reference in New Issue
Block a user