diff options
Diffstat (limited to 'src/include/serial.h')
-rw-r--r-- | src/include/serial.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/serial.h b/src/include/serial.h index 0dfd02c56..ffe030e4b 100644 --- a/src/include/serial.h +++ b/src/include/serial.h @@ -46,7 +46,7 @@ typedef uint16_t dflags_t; #ifdef CH_USE_SERIAL_FULLDUPLEX
/**
- * Full Duplex Serial Driver main structure.
+ * @brief Full Duplex Serial Driver main structure.
*/
typedef struct {
@@ -111,7 +111,7 @@ extern "C" { #ifdef CH_USE_SERIAL_HALFDUPLEX
/**
- * Full Duplex Serial Driver main structure.
+ * @brief Full Duplex Serial Driver main structure.
*/
typedef struct {
|