浏览代码

bsp: same70_xplained: fix unused variable warning

Signed-off-by: Rafael Silva <perigoso@riseup.net>
Rafael Silva 4 年之前
父节点
当前提交
71aae2743c
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      hw/bsp/same70_xplained/same70_xplained.c

+ 1 - 0
hw/bsp/same70_xplained/same70_xplained.c

@@ -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;
 }