cpu/stm32: remove useless bootloader dependency resolution
This commit is contained in:
parent
17b04972f9
commit
1259a89acf
@ -8,10 +8,6 @@ ifneq (,$(filter periph_usbdev,$(FEATURES_USED)))
|
||||
USEMODULE += xtimer
|
||||
endif
|
||||
|
||||
ifneq (,$(filter bootloader_stm32,$(FEATURES_USED)))
|
||||
USEMODULE += bootloader_stm32
|
||||
endif
|
||||
|
||||
ifneq (,$(filter periph_uart_nonblocking,$(USEMODULE)))
|
||||
USEMODULE += tsrb
|
||||
endif
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user