diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2011-01-08 11:47:20 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2011-01-08 11:47:20 +0000 |
| commit | d625bb9c89f42ac7890d8d3ce80278391e28e9e7 (patch) | |
| tree | 059fabcc52c5b6fae0d49e7a59795261fcc7bdcc /LUFA/Drivers/Peripheral/Serial.h | |
| parent | 306cc375ec4287f585e46cd43a01bc6b3211612c (diff) | |
Minor documentation improvements.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1626 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'LUFA/Drivers/Peripheral/Serial.h')
| -rw-r--r-- | LUFA/Drivers/Peripheral/Serial.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/LUFA/Drivers/Peripheral/Serial.h b/LUFA/Drivers/Peripheral/Serial.h index 1e5974eb..7b3659ca 100644 --- a/LUFA/Drivers/Peripheral/Serial.h +++ b/LUFA/Drivers/Peripheral/Serial.h @@ -139,7 +139,7 @@ /** Indicates whether a character has been received through the USART. * - * \return Boolean true if a character has been received, false otherwise. + * \return Boolean \c true if a character has been received, \c false otherwise. */ static inline bool Serial_IsCharReceived(void) ATTR_WARN_UNUSED_RESULT ATTR_ALWAYS_INLINE; static inline bool Serial_IsCharReceived(void) |
