aboutsummaryrefslogtreecommitdiffstats
path: root/demos/LPC21xx/RT-LPC214x-OLIMEX/mcuconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'demos/LPC21xx/RT-LPC214x-OLIMEX/mcuconf.h')
-rw-r--r--demos/LPC21xx/RT-LPC214x-OLIMEX/mcuconf.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/demos/LPC21xx/RT-LPC214x-OLIMEX/mcuconf.h b/demos/LPC21xx/RT-LPC214x-OLIMEX/mcuconf.h
index 313ad505c..20e2e2152 100644
--- a/demos/LPC21xx/RT-LPC214x-OLIMEX/mcuconf.h
+++ b/demos/LPC21xx/RT-LPC214x-OLIMEX/mcuconf.h
@@ -14,6 +14,9 @@
limitations under the License.
*/
+#ifndef _MCUCONF_H_
+#define _MCUCONF_H_
+
/*
* LPC214x drivers configuration.
* The following settings override the default settings present in
@@ -51,3 +54,5 @@
* SPI driver system settings.
*/
#define USE_LPC214x_SPI1 TRUE
+
+#endif /* _MCUCONF_H_ */