Change dflash prefix into datafash.
authorasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Mon, 29 Oct 2007 14:34:59 +0000 (14:34 +0000)
committerasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Mon, 29 Oct 2007 14:34:59 +0000 (14:34 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@957 38d2e660-2303-0410-9eaa-f027e97ec537

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)