diff options
Diffstat (limited to 'os/hal/templates/serial_lld.h')
-rw-r--r-- | os/hal/templates/serial_lld.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/os/hal/templates/serial_lld.h b/os/hal/templates/serial_lld.h index 2a2abb582..fe05d864b 100644 --- a/os/hal/templates/serial_lld.h +++ b/os/hal/templates/serial_lld.h @@ -55,9 +55,8 @@ typedef uint8_t sdflags_t; * @brief Generic 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.
+ * @note Implementations may extend this structure to contain more,
+ * architecture dependent, fields.
*/
typedef struct {
|