From 217a67f95651b29f468cfcdd0889766dd87f3b6e Mon Sep 17 00:00:00 2001 From: Simone Guscetti Date: Fri, 23 Feb 2018 21:19:37 +0100 Subject: [PATCH] px4_micro_hal: Add up_internal for stm32f7 builds This is included in other stm32 architectures in the stm32.h file. --- src/platforms/px4_micro_hal.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/platforms/px4_micro_hal.h b/src/platforms/px4_micro_hal.h index d506408367..3ac265e758 100644 --- a/src/platforms/px4_micro_hal.h +++ b/src/platforms/px4_micro_hal.h @@ -68,6 +68,7 @@ __BEGIN_DECLS # if defined(CONFIG_ARCH_CHIP_STM32F7) # include +# include //include up_systemreset() which is included on stm32.h # include # define PX4_BBSRAM_SIZE STM32F7_BBSRAM_SIZE # define PX4_BBSRAM_GETDESC_IOCTL STM32F7_BBSRAM_GETDESC_IOCTL