aboutsummaryrefslogtreecommitdiffstats
path: root/demos/AVR/NIL-ARDUINOMEGA/mcuconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'demos/AVR/NIL-ARDUINOMEGA/mcuconf.h')
-rw-r--r--demos/AVR/NIL-ARDUINOMEGA/mcuconf.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/demos/AVR/NIL-ARDUINOMEGA/mcuconf.h b/demos/AVR/NIL-ARDUINOMEGA/mcuconf.h
index cb354779e..3682828bf 100644
--- a/demos/AVR/NIL-ARDUINOMEGA/mcuconf.h
+++ b/demos/AVR/NIL-ARDUINOMEGA/mcuconf.h
@@ -14,6 +14,9 @@
limitations under the License.
*/
+#ifndef _MCUCONF_H_
+#define _MCUCONF_H_
+
/*
* AVR drivers configuration.
* The following settings override the default settings present in
@@ -77,3 +80,5 @@
*/
#define AVR_SPI_USE_SPI1 FALSE
#define AVR_SPI_USE_16BIT_POLLED_EXCHANGE FALSE
+
+#endif /* _MCUCONF_H_ */