arch/arm/include/stm32f0l0/chip.h: Add one more definition of STM32_NADC.

This commit is contained in:
Mateusz Szafoni 2019-05-17 13:12:21 -06:00 committed by Gregory Nutt
parent fd5a9b29cf
commit 8603a13f38

View File

@ -62,6 +62,7 @@
# define STM32_NCAN 0 /* No CAN controllers */
# define STM32_NUSBDEV 1 /* One USB full-speed device controller */
# define STM32_NUSBOTG 0 /* No USB OTG FS/HS (only USB 2.0 device) */
# define STM32_NADC 1 /* One 12-bit module */
# define STM32_NDAC 1 /* One DAC channel */
# define STM32_NCOMP 2 /* Two Analog Comparators */
# define STM32_NCAP 13 /* Capacitive sensing channels (14 on UFQFPN32)) */