diff options
Diffstat (limited to 'demos/AVR/RT-ARDUINOMEGA/mcuconf.h')
-rw-r--r-- | demos/AVR/RT-ARDUINOMEGA/mcuconf.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/demos/AVR/RT-ARDUINOMEGA/mcuconf.h b/demos/AVR/RT-ARDUINOMEGA/mcuconf.h index cb354779e..3682828bf 100644 --- a/demos/AVR/RT-ARDUINOMEGA/mcuconf.h +++ b/demos/AVR/RT-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_ */
|