Add emulator spi drive module.
[bertos.git] / drv / dataflash.h
index f9e4965a4490624614f4c05a1392f13efa884ad5..e4f635088fc43a0b6925843ae832166d4a0f9290 100644 (file)
@@ -198,7 +198,7 @@ typedef enum {
        DFO_READ_STATUS          =  0xD7, ///< Status register read.
        DFO_ID_DEV               =  0x9F  ///< Manufacturer and device ID read.
        /* \}*/
-} DFlashOpcode;
+} DataFlashOpcode;
 
 void dataflash_init(struct _KFile *fd)