From d143de5b6fbf012cfb0fbca1d8b61cf08e16b110 Mon Sep 17 00:00:00 2001 From: Jesse Gilles Date: Thu, 16 Dec 2010 10:15:33 -0600 Subject: rename header define --- src/eeprom.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/eeprom.h b/src/eeprom.h index 77c44ec..ce55246 100644 --- a/src/eeprom.h +++ b/src/eeprom.h @@ -1,6 +1,6 @@ -#ifndef __HELLOWORLD_H -#define __HELLOWORLD_H +#ifndef __EEPROM_H +#define __EEPROM_H #include "config.h" -#endif /* ~__HELLOWORLD_H */ +#endif /* ~__EEPROM_H */ -- cgit v1.2.3