diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-07-31 07:02:45 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-07-31 07:02:45 +0000 |
commit | 5b5861688bf496ecedab9b1960ed13daf34422a1 (patch) | |
tree | 5fc0c0d10e6040f6382a9abaf9a4e10923876294 /os/hal/platforms/STM32/hal_lld.h | |
parent | 8e4fd21b2b79a1f9f3c3601d6d344a9bfd4cc060 (diff) | |
download | ChibiOS-5b5861688bf496ecedab9b1960ed13daf34422a1.tar.gz ChibiOS-5b5861688bf496ecedab9b1960ed13daf34422a1.tar.bz2 ChibiOS-5b5861688bf496ecedab9b1960ed13daf34422a1.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2100 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/STM32/hal_lld.h')
-rw-r--r-- | os/hal/platforms/STM32/hal_lld.h | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/os/hal/platforms/STM32/hal_lld.h b/os/hal/platforms/STM32/hal_lld.h index 7dd9cc13f..2ee5b53db 100644 --- a/os/hal/platforms/STM32/hal_lld.h +++ b/os/hal/platforms/STM32/hal_lld.h @@ -59,6 +59,26 @@ #endif
/*===========================================================================*/
+/* Driver constants. */
+/*===========================================================================*/
+
+/*===========================================================================*/
+/* Driver pre-compile time settings. */
+/*===========================================================================*/
+
+/*===========================================================================*/
+/* Derived constants and error checks. */
+/*===========================================================================*/
+
+/*===========================================================================*/
+/* Driver data structures and types. */
+/*===========================================================================*/
+
+/*===========================================================================*/
+/* Driver macros. */
+/*===========================================================================*/
+
+/*===========================================================================*/
/* External declarations. */
/*===========================================================================*/
|