Textscroller f. Dateibrowser
[hackover2013-badge-firmware.git] / dataflash / at45db041d.c
index a1d645a..5e2b0eb 100644 (file)
@@ -3,7 +3,12 @@
 #include "iobase.h"
 #include "core/ssp/ssp.h"
 
+#ifdef R0KET
 #include <r0ketports.h>
+#else
+#include <badge/pinconfig.h>
+#define RB_SPI_CS_DF HOB_PORT(HOB_DATAFLASH_CS), HOB_PIN(HOB_DATAFLASH_CS)
+#endif
 
 /* Opcodes */
 #define OP_POWERDOWN      (0xB9)
This page took 0.024669 seconds and 4 git commands to generate.