diff options
Diffstat (limited to 'demos/SPC5/RT-SPC564A-EVB/mcuconf.h')
-rw-r--r-- | demos/SPC5/RT-SPC564A-EVB/mcuconf.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/demos/SPC5/RT-SPC564A-EVB/mcuconf.h b/demos/SPC5/RT-SPC564A-EVB/mcuconf.h index 350c31e37..12c8aa867 100644 --- a/demos/SPC5/RT-SPC564A-EVB/mcuconf.h +++ b/demos/SPC5/RT-SPC564A-EVB/mcuconf.h @@ -14,8 +14,8 @@ limitations under the License.
*/
-#ifndef _MCUCONF_H_
-#define _MCUCONF_H_
+#ifndef MCUCONF_H
+#define MCUCONF_H
/*
* SPC564Axx drivers configuration.
@@ -185,4 +185,4 @@ #define SPC5_CAN_FLEXCAN2_USE_EXT_CLK FALSE
#define SPC5_CAN_FLEXCAN2_IRQ_PRIORITY 11
-#endif /* _MCUCONF_H_ */
+#endif /* MCUCONF_H */
|