aboutsummaryrefslogtreecommitdiffstats
path: root/demos/AVR-Arduino-GCC
diff options
context:
space:
mode:
Diffstat (limited to 'demos/AVR-Arduino-GCC')
-rw-r--r--demos/AVR-Arduino-GCC/mcuconf.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/demos/AVR-Arduino-GCC/mcuconf.h b/demos/AVR-Arduino-GCC/mcuconf.h
index 7aa30ad32..92b142b71 100644
--- a/demos/AVR-Arduino-GCC/mcuconf.h
+++ b/demos/AVR-Arduino-GCC/mcuconf.h
@@ -40,6 +40,15 @@
*/
/*
+ * GPT driver system settings.
+ */
+#define AVR_GPT_USE_GPT1 FALSE
+#define AVR_GPT_USE_GPT2 FALSE
+#define AVR_GPT_USE_GPT3 FALSE
+#define AVR_GPT_USE_GPT4 FALSE
+#define AVR_GPT_USE_GPT5 FALSE
+
+/*
* SERIAL driver system settings.
*/
#define AVR_SERIAL_USE_USART0 TRUE