diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-07-21 10:07:25 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-07-21 10:07:25 +0000 |
commit | 94ab7ac7e989e3c1f6723e6f6ed91df5f6dc019c (patch) | |
tree | 3c378a6fb69449fbe0a79cfa5bd238c5005d3934 /os/hal/include | |
parent | 10dd7c5f02b05e09f109f07aff4a82d153775e0e (diff) | |
download | ChibiOS-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')
-rw-r--r-- | os/hal/include/hal_uart.h | 1 |
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:
|