aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/templates/serial_lld.h
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-09-07 13:37:22 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-09-07 13:37:22 +0000
commit18b825ef0cd7ad3eed9e76310d94178eb27307d5 (patch)
treec5a488a3a376bc800cf2458b558b4f467a3d1300 /os/hal/templates/serial_lld.h
parentbeb42840f67fc88fb1d6ec1114684ca80bdbd9ef (diff)
downloadChibiOS-18b825ef0cd7ad3eed9e76310d94178eb27307d5.tar.gz
ChibiOS-18b825ef0cd7ad3eed9e76310d94178eb27307d5.tar.bz2
ChibiOS-18b825ef0cd7ad3eed9e76310d94178eb27307d5.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2167 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/templates/serial_lld.h')
-rw-r--r--os/hal/templates/serial_lld.h5
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 {