diff options
Diffstat (limited to 'os/io/platforms/MSP430/serial_lld.h')
-rw-r--r-- | os/io/platforms/MSP430/serial_lld.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/os/io/platforms/MSP430/serial_lld.h b/os/io/platforms/MSP430/serial_lld.h index 255376b83..63d94046e 100644 --- a/os/io/platforms/MSP430/serial_lld.h +++ b/os/io/platforms/MSP430/serial_lld.h @@ -121,13 +121,9 @@ struct _serial_driver_data { #define UBR(b) (SMCLK / (b))
/**
- * @brief Generic Serial Driver static initializer.
+ * @brief MSP430 Serial Driver configuration structure.
* @details An instance of this structure must be passed to @p sdStart()
* in order to configure and start a serial driver operations.
- *
- * @note This structure content is architecture dependent, each driver
- * implementation defines its own version and the custom static
- * initializers.
*/
typedef struct {
uint16_t div;
|