diff options
author | Jesse Gilles <jgilles@multitech.com> | 2010-12-16 10:15:33 -0600 |
---|---|---|
committer | Jesse Gilles <jgilles@multitech.com> | 2010-12-16 10:15:33 -0600 |
commit | d143de5b6fbf012cfb0fbca1d8b61cf08e16b110 (patch) | |
tree | 11f00d827c199edcdc41ef9d69a2bc8c3226b74d /src | |
parent | 874c207ab4c4249e6286c70a9f45dfbff3cbcb92 (diff) | |
download | mts-id-eeprom-d143de5b6fbf012cfb0fbca1d8b61cf08e16b110.tar.gz mts-id-eeprom-d143de5b6fbf012cfb0fbca1d8b61cf08e16b110.tar.bz2 mts-id-eeprom-d143de5b6fbf012cfb0fbca1d8b61cf08e16b110.zip |
rename header define0.0.1
Diffstat (limited to 'src')
-rw-r--r-- | src/eeprom.h | 6 |
1 files 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 */ |