aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/include/hal_uart.h
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2016-07-21 10:07:25 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2016-07-21 10:07:25 +0000
commit94ab7ac7e989e3c1f6723e6f6ed91df5f6dc019c (patch)
tree3c378a6fb69449fbe0a79cfa5bd238c5005d3934 /os/hal/include/hal_uart.h
parent10dd7c5f02b05e09f109f07aff4a82d153775e0e (diff)
downloadChibiOS-94ab7ac7e989e3c1f6723e6f6ed91df5f6dc019c.tar.gz
ChibiOS-94ab7ac7e989e3c1f6723e6f6ed91df5f6dc019c.tar.bz2
ChibiOS-94ab7ac7e989e3c1f6723e6f6ed91df5f6dc019c.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9716 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/include/hal_uart.h')
-rw-r--r--os/hal/include/hal_uart.h1
1 files changed, 0 insertions, 1 deletions
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: