From 74898aaa1aa1ae2b721d8c6c7beba9bf1c06dd05 Mon Sep 17 00:00:00 2001 From: asterix Date: Fri, 26 Oct 2007 17:20:46 +0000 Subject: [PATCH] Update header guard. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@953 38d2e660-2303-0410-9eaa-f027e97ec537 --- drv/dataflash.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 */ -- 2.25.1