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