From: asterix Date: Mon, 29 Oct 2007 14:34:59 +0000 (+0000) Subject: Change dflash prefix into datafash. X-Git-Tag: 1.0.0~285 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=0ca79c6d06cc4833dea7b30c7968ff43a3c7f78f;hp=fbec2cb9b7fbee7bac4c685d0581f17503e98269;p=bertos.git Change dflash prefix into datafash. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@957 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/drv/dataflash.h b/drv/dataflash.h index f9e4965a..e4f63508 100644 --- a/drv/dataflash.h +++ b/drv/dataflash.h @@ -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)