diff options
Diffstat (limited to 'demos/SPC5/RT-SPC563M-EVB/mcuconf.h')
-rw-r--r-- | demos/SPC5/RT-SPC563M-EVB/mcuconf.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/demos/SPC5/RT-SPC563M-EVB/mcuconf.h b/demos/SPC5/RT-SPC563M-EVB/mcuconf.h index 381cc6c0b..09ddf2bf1 100644 --- a/demos/SPC5/RT-SPC563M-EVB/mcuconf.h +++ b/demos/SPC5/RT-SPC563M-EVB/mcuconf.h @@ -14,8 +14,8 @@ limitations under the License.
*/
-#ifndef _MCUCONF_H_
-#define _MCUCONF_H_
+#ifndef MCUCONF_H
+#define MCUCONF_H
/*
* SPC563Mxx drivers configuration.
@@ -155,4 +155,4 @@ #define SPC5_CAN_FLEXCAN1_USE_EXT_CLK FALSE
#define SPC5_CAN_FLEXCAN1_IRQ_PRIORITY 11
-#endif /* _MCUCONF_H_ */
+#endif /* MCUCONF_H */
|