From e31414b919cec7e374cd01c8886487799faacc4f Mon Sep 17 00:00:00 2001 From: utzig Date: Thu, 27 Jun 2013 12:00:28 +0000 Subject: [PATCH] Update define namings git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5894 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- demos/AVR-ArduinoMega-GCC/mcuconf.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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