aboutsummaryrefslogtreecommitdiffstats
path: root/os/io/templates/spi_lld.c
diff options
context:
space:
mode:
Diffstat (limited to 'os/io/templates/spi_lld.c')
-rw-r--r--os/io/templates/spi_lld.c12
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.
*/