diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-10-24 18:25:31 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-10-24 18:25:31 +0000 |
commit | 81f043865e8bc737cadd82e919d334f24df6e50f (patch) | |
tree | f29cb9e235a79e02f05521c30acae2da22e1e6a6 /os/io/templates/spi_lld.c | |
parent | 216990672983c3c551f2aaf45cf27d8f9ce68036 (diff) | |
download | ChibiOS-81f043865e8bc737cadd82e919d334f24df6e50f.tar.gz ChibiOS-81f043865e8bc737cadd82e919d334f24df6e50f.tar.bz2 ChibiOS-81f043865e8bc737cadd82e919d334f24df6e50f.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1253 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/io/templates/spi_lld.c')
-rw-r--r-- | os/io/templates/spi_lld.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/os/io/templates/spi_lld.c b/os/io/templates/spi_lld.c index e98ecea14..ca938fe7b 100644 --- a/os/io/templates/spi_lld.c +++ b/os/io/templates/spi_lld.c @@ -27,6 +27,18 @@ #include <ch.h>
#include <spi.h>
+/*===========================================================================*/
+/* Low Level Driver local functions. */
+/*===========================================================================*/
+
+/*===========================================================================*/
+/* Low Level Driver interrupt handlers. */
+/*===========================================================================*/
+
+/*===========================================================================*/
+/* Low Level Driver exported functions. */
+/*===========================================================================*/
+
/**
* @brief Low level SPI driver initialization. */
|