aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/include/hal_eeprom.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/include/hal_eeprom.h')
-rw-r--r--os/hal/include/hal_eeprom.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/os/hal/include/hal_eeprom.h b/os/hal/include/hal_eeprom.h
index cd05e14..25e03bd 100644
--- a/os/hal/include/hal_eeprom.h
+++ b/os/hal/include/hal_eeprom.h
@@ -26,10 +26,9 @@
The work is provided "as is" without warranty of any kind, neither express nor implied.
*/
-#ifndef __EEPROM_H__
-#define __EEPROM_H__
+#ifndef HAL_EEPROM_H_
+#define HAL_EEPROM_H_
-#include "ch.h"
#include "hal.h"
#ifndef EEPROM_USE_EE25XX
@@ -140,4 +139,4 @@ msg_t eepfs_get(void *ip);
#include "hal_ee25xx.h"
#endif /* #if defined(HAL_USE_EEPROM) && HAL_USE_EEPROM */
-#endif /* __EEPROM_H__ */
+#endif /* HAL_EEPROM_H_ */