diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-11-19 19:03:18 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-11-19 19:03:18 +0000 |
commit | 2ab27d3c01ce51a26587e6aaafcef23b2dda4afe (patch) | |
tree | a97665aa4e865b8156164478b77551aa34d281b9 /os/io/templates/spi_lld.c | |
parent | a943eaecc7cd56c2a49521bf702b0524bb834aa1 (diff) | |
download | ChibiOS-2ab27d3c01ce51a26587e6aaafcef23b2dda4afe.tar.gz ChibiOS-2ab27d3c01ce51a26587e6aaafcef23b2dda4afe.tar.bz2 ChibiOS-2ab27d3c01ce51a26587e6aaafcef23b2dda4afe.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1315 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/io/templates/spi_lld.c')
-rw-r--r-- | os/io/templates/spi_lld.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/os/io/templates/spi_lld.c b/os/io/templates/spi_lld.c index 501352037..8e9a14b6a 100644 --- a/os/io/templates/spi_lld.c +++ b/os/io/templates/spi_lld.c @@ -28,6 +28,14 @@ #include <spi.h>
/*===========================================================================*/
+/* Low Level Driver exported variables. */
+/*===========================================================================*/
+
+/*===========================================================================*/
+/* Low Level Driver local variables. */
+/*===========================================================================*/
+
+/*===========================================================================*/
/* Low Level Driver local functions. */
/*===========================================================================*/
|