aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/STM32F3xx/stm32f30x.h
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-12-27 11:31:57 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-12-27 11:31:57 +0000
commitd2c0aea892777c860fa29e18eda06bd6c0694f48 (patch)
tree0d12400674b762f65ee63d9b7c58eaec0bca9bcc /os/hal/platforms/STM32F3xx/stm32f30x.h
parent1c4914bb0d7f7cf942cd5634d3f21e0c7a85a357 (diff)
downloadChibiOS-d2c0aea892777c860fa29e18eda06bd6c0694f48.tar.gz
ChibiOS-d2c0aea892777c860fa29e18eda06bd6c0694f48.tar.bz2
ChibiOS-d2c0aea892777c860fa29e18eda06bd6c0694f48.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4977 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/STM32F3xx/stm32f30x.h')
-rw-r--r--os/hal/platforms/STM32F3xx/stm32f30x.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/os/hal/platforms/STM32F3xx/stm32f30x.h b/os/hal/platforms/STM32F3xx/stm32f30x.h
index 880fd1d9a..99c6178ee 100644
--- a/os/hal/platforms/STM32F3xx/stm32f30x.h
+++ b/os/hal/platforms/STM32F3xx/stm32f30x.h
@@ -1031,7 +1031,9 @@ typedef struct
/* */
/******************************************************************************/
/******************** Bit definition for ADC_ISR register ********************/
-#define ADC_ISR_ADRD ((uint32_t)0x00000001) /*!< ADC Ready (ADRDY) flag */
+/* CHIBIOS FIX */
+//#define ADC_ISR_ADRD ((uint32_t)0x00000001) /*!< ADC Ready (ADRDY) flag */
+#define ADC_ISR_ADRDY ((uint32_t)0x00000001) /*!< ADC Ready (ADRDY) flag */
#define ADC_ISR_EOSMP ((uint32_t)0x00000002) /*!< ADC End of Sampling flag */
#define ADC_ISR_EOC ((uint32_t)0x00000004) /*!< ADC End of Regular Conversion flag */
#define ADC_ISR_EOS ((uint32_t)0x00000008) /*!< ADC End of Regular sequence of Conversions flag */