mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
boards/stm32f429i-disco: add highlevel_stdio feature
This commit is contained in:
parent
e77d12da26
commit
44911bc3e0
@ -22,4 +22,5 @@ config BOARD_STM32F429I_DISCO
|
||||
select HAS_PERIPH_USBDEV
|
||||
|
||||
# Put other features for this board (in alphabetical order)
|
||||
select HAS_HIGHLEVEL_STDIO
|
||||
select HAS_RIOTBOOT
|
||||
|
@ -1 +1,3 @@
|
||||
FEATURES_PROVIDED += highlevel_stdio
|
||||
|
||||
include $(RIOTBOARD)/stm32f429i-disc1/Makefile.features
|
||||
|
Loading…
Reference in New Issue
Block a user