diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2018-09-19 06:17:17 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2018-09-19 06:17:17 +0000 |
commit | 29f768a490587c0e4fed7a0a792da94fd17fb38d (patch) | |
tree | 9c7b763e75bb5337def239d7a9b1e8a8b90e9206 /tools/ftl | |
parent | ef8be98c2fbc754abe51193a783c3330848928d1 (diff) | |
download | ChibiOS-29f768a490587c0e4fed7a0a792da94fd17fb38d.tar.gz ChibiOS-29f768a490587c0e4fed7a0a792da94fd17fb38d.tar.bz2 ChibiOS-29f768a490587c0e4fed7a0a792da94fd17fb38d.zip |
Fixed l496 generator.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12271 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'tools/ftl')
-rw-r--r-- | tools/ftl/processors/conf/mcuconf_stm32l496xx/mcuconf.h.ftl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/ftl/processors/conf/mcuconf_stm32l496xx/mcuconf.h.ftl b/tools/ftl/processors/conf/mcuconf_stm32l496xx/mcuconf.h.ftl index 4756baaa9..d307f57e6 100644 --- a/tools/ftl/processors/conf/mcuconf_stm32l496xx/mcuconf.h.ftl +++ b/tools/ftl/processors/conf/mcuconf_stm32l496xx/mcuconf.h.ftl @@ -132,8 +132,8 @@ */
#define STM32_ADC_COMPACT_SAMPLES ${doc.STM32_ADC_COMPACT_SAMPLES!"FALSE"}
#define STM32_ADC_USE_ADC1 ${doc.STM32_ADC_USE_ADC1!"FALSE"}
-#define STM32_ADC_USE_ADC2 ${doc.STM32_ADC_USE_ADC1!"FALSE"}
-#define STM32_ADC_USE_ADC3 ${doc.STM32_ADC_USE_ADC1!"FALSE"}
+#define STM32_ADC_USE_ADC2 ${doc.STM32_ADC_USE_ADC2!"FALSE"}
+#define STM32_ADC_USE_ADC3 ${doc.STM32_ADC_USE_ADC3!"FALSE"}
#define STM32_ADC_ADC1_DMA_STREAM ${doc.STM32_ADC_ADC1_DMA_STREAM!"STM32_DMA_STREAM_ID(1, 1)"}
#define STM32_ADC_ADC2_DMA_STREAM ${doc.STM32_ADC_ADC2_DMA_STREAM!"STM32_DMA_STREAM_ID(1, 2)"}
#define STM32_ADC_ADC3_DMA_STREAM ${doc.STM32_ADC_ADC3_DMA_STREAM!"STM32_DMA_STREAM_ID(1, 3)"}
|