From: asterix Date: Fri, 26 Oct 2007 17:20:46 +0000 (+0000) Subject: Update header guard. X-Git-Tag: 1.0.0~289 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=74898aaa1aa1ae2b721d8c6c7beba9bf1c06dd05;p=bertos.git Update header guard. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@953 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/drv/dataflash.h b/drv/dataflash.h index 5226db27..dccadaf9 100644 --- a/drv/dataflash.h +++ b/drv/dataflash.h @@ -38,8 +38,8 @@ */ -#ifndef DFLASH_H -#define DFLASH_H +#ifndef DATAFLASH_H +#define DATAFLASH_H #include #include @@ -202,5 +202,5 @@ typedef enum { void dflash_init(struct _KFile *fd) -#endif /* DFLASH_H */ +#endif /* DATAFLASH_H */