stm32: adc-v2: pull up voltage regulator control.
L4 and F3 actually have the same bits to write in the same order, but F3 hides the name of the deep power down bit. Keep the like that for now, but there's a standard API for enabling and disabling the regulator.
This commit is contained in:
@@ -37,7 +37,7 @@ TGT_CFLAGS += $(DEBUG_FLAGS)
|
||||
ARFLAGS = rcs
|
||||
|
||||
# Specific objs
|
||||
OBJS =
|
||||
OBJS = adc.o
|
||||
|
||||
# common/shared objs
|
||||
OBJS += rcc_common_all.o
|
||||
|
||||
Reference in New Issue
Block a user