From 16707e6321c3c4a1d89f2f98dae042a603163057 Mon Sep 17 00:00:00 2001 From: utzig Date: Sat, 29 Jun 2013 14:46:31 +0000 Subject: 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 --- demos/AVR-Arduino-GCC/mcuconf.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'demos/AVR-Arduino-GCC/mcuconf.h') 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 @@ -39,6 +39,15 @@ * PWM driver system settings. */ +/* + * 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. */ -- cgit v1.2.3