🐛 STM32 ADC Resolution = 12 bit (or ADC_RESOLUTION) (#22789)

This commit is contained in:
Steven Haigh
2021-09-18 16:33:18 +10:00
committed by Scott Lahteine
parent 2b54a9c0ff
commit 2630eefcc4
3 changed files with 12 additions and 3 deletions

View File

@ -16,7 +16,6 @@ build_flags = ${common.build_flags}
-std=gnu++14 -DHAL_STM32
-DUSBCON -DUSBD_USE_CDC
-DTIM_IRQ_PRIO=13
-DADC_RESOLUTION=12
build_unflags = -std=gnu++11
src_filter = ${common.default_src_filter} +<src/HAL/STM32> +<src/HAL/shared/backtrace>
extra_scripts = ${common.extra_scripts}