diff options
author | utzig <utzig@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-06-29 14:46:31 +0000 |
---|---|---|
committer | utzig <utzig@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-06-29 14:46:31 +0000 |
commit | 16707e6321c3c4a1d89f2f98dae042a603163057 (patch) | |
tree | 736cf08ea5783a02efab6b0785bd398f307556aa /demos/AVR-Arduino-GCC | |
parent | 5c213deb01cdc568139a4c35929940b362244588 (diff) | |
download | ChibiOS-16707e6321c3c4a1d89f2f98dae042a603163057.tar.gz ChibiOS-16707e6321c3c4a1d89f2f98dae042a603163057.tar.bz2 ChibiOS-16707e6321c3c4a1d89f2f98dae042a603163057.zip |
Add standard GPT config options for AVR demos
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5908 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/AVR-Arduino-GCC')
-rw-r--r-- | demos/AVR-Arduino-GCC/mcuconf.h | 9 |
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
|