cpu/stm32: remove useless bootloader dependency resolution

This commit is contained in:
Alexandre Abadie 2020-06-11 16:14:49 +02:00
parent 17b04972f9
commit 1259a89acf
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -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