px4-stm32f4discovery use board common reset interface

This commit is contained in:
David Sidrane 2017-01-23 12:30:59 -10:00 committed by Lorenz Meier
parent e68532a86e
commit 4bbcb9a768
2 changed files with 2 additions and 1 deletions

View File

@ -633,7 +633,7 @@ CONFIG_NSH_MMCSDMINOR=0
# Board-Specific Options
#
CONFIG_LIB_BOARDCTL=y
# CONFIG_BOARDCTL_RESET is not set
CONFIG_BOARDCTL_RESET=y
# CONFIG_BOARDCTL_UNIQUEID is not set
CONFIG_BOARDCTL_USBDEVCTRL=y
# CONFIG_BOARDCTL_TSCTEST is not set

View File

@ -33,6 +33,7 @@
px4_add_module(
MODULE drivers__boards__px4-stm32f4discovery
SRCS
../common/stm32/board_reset.c
px4discovery_init.c
px4discovery_usb.c
px4discovery_led.c