From 94ab7ac7e989e3c1f6723e6f6ed91df5f6dc019c Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Thu, 21 Jul 2016 10:07:25 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9716 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/include/hal_uart.h | 1 - 1 file changed, 1 deletion(-) (limited to 'os/hal/include/hal_uart.h') diff --git a/os/hal/include/hal_uart.h b/os/hal/include/hal_uart.h index 677224541..5523b82f1 100644 --- a/os/hal/include/hal_uart.h +++ b/os/hal/include/hal_uart.h @@ -315,7 +315,6 @@ typedef enum { (uartp)->config->rxchar_cb(uartp, (uartp)->rxbuf); \ } - /** * @brief Timeout ISR code for receiver. * @details This code handles the portable part of the ISR code: -- cgit v1.2.3