px4_micro_hal: Add up_internal for stm32f7 builds

This is included in other stm32 architectures in the stm32.h file.
This commit is contained in:
Simone Guscetti 2018-02-23 21:19:37 +01:00 committed by Beat Küng
parent 2b81331f8a
commit 217a67f956

View File

@ -68,6 +68,7 @@ __BEGIN_DECLS
# if defined(CONFIG_ARCH_CHIP_STM32F7)
# include <chip.h>
# include <up_internal.h> //include up_systemreset() which is included on stm32.h
# include <stm32_bbsram.h>
# define PX4_BBSRAM_SIZE STM32F7_BBSRAM_SIZE
# define PX4_BBSRAM_GETDESC_IOCTL STM32F7_BBSRAM_GETDESC_IOCTL