Use cfg instead appconfig in bertos modules. Reformat. Remove CVS logs.
[bertos.git] / bertos / drv / spi_bitbang.c
index f025131658b36c65e9dde8ef8bc8f89859299441..2a6184499ed77a803199bd34b27d8e3dacc672f1 100644 (file)
@@ -43,7 +43,9 @@
 #include "spi_bitbang.h"
 #include "hw_spi.h"
 
+#include <cfg/cfg_spi_bitbang.h>
 #include <cfg/module.h>
+
 #include <cpu/irq.h>
 
 void spi_assertSS(void)