diff options
author | utzig <utzig@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-06-27 12:00:28 +0000 |
---|---|---|
committer | utzig <utzig@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-06-27 12:00:28 +0000 |
commit | e31414b919cec7e374cd01c8886487799faacc4f (patch) | |
tree | 17906f0299e90104b1796856b721521255b88552 /demos/AVR-ArduinoMega-GCC/mcuconf.h | |
parent | 7880778f170553a2bbb5222d121bc95c6548eb51 (diff) | |
download | ChibiOS-e31414b919cec7e374cd01c8886487799faacc4f.tar.gz ChibiOS-e31414b919cec7e374cd01c8886487799faacc4f.tar.bz2 ChibiOS-e31414b919cec7e374cd01c8886487799faacc4f.zip |
Update define namings
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5894 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/AVR-ArduinoMega-GCC/mcuconf.h')
-rw-r--r-- | demos/AVR-ArduinoMega-GCC/mcuconf.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/demos/AVR-ArduinoMega-GCC/mcuconf.h b/demos/AVR-ArduinoMega-GCC/mcuconf.h index ea38d4385..76c735b14 100644 --- a/demos/AVR-ArduinoMega-GCC/mcuconf.h +++ b/demos/AVR-ArduinoMega-GCC/mcuconf.h @@ -52,4 +52,5 @@ /*
* SPI driver system settings.
*/
-#define USE_AVR_SPI FALSE
+#define AVR_SPI_USE_SPI1 FALSE
+#define AVR_SPI_USE_16BIT_POLLED_EXCHANGE FALSE
|