px4fmu-v4pro use board common reset interface

This commit is contained in:
David Sidrane 2017-01-23 12:28:49 -10:00 committed by Lorenz Meier
parent eb72b49507
commit ab3a0ba025
2 changed files with 2 additions and 1 deletions

View File

@ -654,7 +654,7 @@ CONFIG_BOARD_HAS_PROBES=y
CONFIG_BOARD_CRASHDUMP=y
CONFIG_BOARD_RESET_ON_CRASH=y
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

@ -34,6 +34,7 @@ px4_add_module(
MODULE drivers__boards__px4fmu-v4pro
COMPILE_FLAGS
SRCS
../common/stm32/board_reset.c
../common/board_crashdump.c
../common/board_dma_alloc.c
px4fmu_can.c