Update header guard.
authorasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Fri, 26 Oct 2007 17:20:46 +0000 (17:20 +0000)
committerasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Fri, 26 Oct 2007 17:20:46 +0000 (17:20 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@953 38d2e660-2303-0410-9eaa-f027e97ec537

drv/dataflash.h

index 5226db27a15b18b4106466c531253da014a73392..dccadaf9ed318a2e84aefe02f849b0d9e18e26b3 100644 (file)
@@ -38,8 +38,8 @@
  */
 
 
-#ifndef DFLASH_H
-#define DFLASH_H
+#ifndef DATAFLASH_H
+#define DATAFLASH_H
 
 #include <kern/kfile.h>
 #include <cfg/compiler.h>
@@ -202,5 +202,5 @@ typedef enum {
 
 void dflash_init(struct _KFile *fd)
 
-#endif /* DFLASH_H */
+#endif /* DATAFLASH_H */