Browse Source

px4_micro_hal: Add up_internal for stm32f7 builds

This is included in other stm32 architectures in the stm32.h file.
sbg
Simone Guscetti 7 years ago committed by Beat Küng
parent
commit
217a67f956
  1. 1
      src/platforms/px4_micro_hal.h

1
src/platforms/px4_micro_hal.h

@ -68,6 +68,7 @@ __BEGIN_DECLS @@ -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

Loading…
Cancel
Save