bsp: same70_xplained: fix unused variable warning

Signed-off-by: Rafael Silva <perigoso@riseup.net>
This commit is contained in:
Rafael Silva 2021-06-11 21:01:12 +01:00
parent bcd3e31bd6
commit 71aae2743c
1 changed files with 1 additions and 0 deletions

View File

@ -52,6 +52,7 @@ static volatile bool uart_busy = false;
static void tx_cb_EDBG_COM(const struct usart_async_descriptor *const io_descr)
{
(void) io_descr;
uart_busy = false;
}