diff options
Diffstat (limited to 'os/common/startup/e200/devices/SPC56ELxx/boot.h')
-rw-r--r-- | os/common/startup/e200/devices/SPC56ELxx/boot.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/os/common/startup/e200/devices/SPC56ELxx/boot.h b/os/common/startup/e200/devices/SPC56ELxx/boot.h index 47ec4a128..2bf8c1678 100644 --- a/os/common/startup/e200/devices/SPC56ELxx/boot.h +++ b/os/common/startup/e200/devices/SPC56ELxx/boot.h @@ -20,8 +20,8 @@ * @{
*/
-#ifndef _BOOT_H_
-#define _BOOT_H_
+#ifndef BOOT_H
+#define BOOT_H
/*===========================================================================*/
/* Module constants. */
@@ -243,6 +243,6 @@ /* Module inline functions. */
/*===========================================================================*/
-#endif /* _BOOT_H_ */
+#endif /* BOOT_H */
/** @} */
|