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
|
USEMODULE += xtimer
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifneq (,$(filter bootloader_stm32,$(FEATURES_USED)))
|
|
||||||
USEMODULE += bootloader_stm32
|
|
||||||
endif
|
|
||||||
|
|
||||||
ifneq (,$(filter periph_uart_nonblocking,$(USEMODULE)))
|
ifneq (,$(filter periph_uart_nonblocking,$(USEMODULE)))
|
||||||
USEMODULE += tsrb
|
USEMODULE += tsrb
|
||||||
endif
|
endif
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user