px4esc-v1 use board common reset interface

This commit is contained in:
David Sidrane 2017-01-23 12:44:18 -10:00 committed by Lorenz Meier
parent 1aad48c869
commit 6653bfc3c9
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ include_directories(../../bootloaders/include)
set(SRCS) set(SRCS)
list(APPEND SRCS list(APPEND SRCS
../common/stm32/board_reset.c
px4esc_init.c px4esc_init.c
px4esc_led.c px4esc_led.c
px4esc_usb.c px4esc_usb.c