diff options
Diffstat (limited to 'demos/LPC21xx/RT-LPC214x-OLIMEX/mcuconf.h')
-rw-r--r-- | demos/LPC21xx/RT-LPC214x-OLIMEX/mcuconf.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/demos/LPC21xx/RT-LPC214x-OLIMEX/mcuconf.h b/demos/LPC21xx/RT-LPC214x-OLIMEX/mcuconf.h index 26a8c1b82..4a3c210d9 100644 --- a/demos/LPC21xx/RT-LPC214x-OLIMEX/mcuconf.h +++ b/demos/LPC21xx/RT-LPC214x-OLIMEX/mcuconf.h @@ -14,8 +14,8 @@ limitations under the License.
*/
-#ifndef _MCUCONF_H_
-#define _MCUCONF_H_
+#ifndef MCUCONF_H
+#define MCUCONF_H
/*
* LPC214x drivers configuration.
@@ -55,4 +55,4 @@ */
#define USE_LPC214x_SPI1 TRUE
-#endif /* _MCUCONF_H_ */
+#endif /* MCUCONF_H */
|