From fbc0d4b082178ac1018586f0efa0f3f4160355f8 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Mon, 8 Jan 2018 09:12:47 +0000 Subject: Unified MPU handler. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11234 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/ports/STM32/STM32F7xx/hal_lld.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'os/hal/ports/STM32/STM32F7xx') diff --git a/os/hal/ports/STM32/STM32F7xx/hal_lld.h b/os/hal/ports/STM32/STM32F7xx/hal_lld.h index 66142d435..d84e2333f 100644 --- a/os/hal/ports/STM32/STM32F7xx/hal_lld.h +++ b/os/hal/ports/STM32/STM32F7xx/hal_lld.h @@ -2037,7 +2037,8 @@ /* Various helpers.*/ #include "nvic.h" -#include "mpu.h" +#include "cache.h" +#include "mpu_v7m.h" #include "stm32_isr.h" #include "stm32_dma.h" #include "stm32_rcc.h" -- cgit v1.2.3