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/STM32L4xx/hal_lld.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'os/hal/ports/STM32/STM32L4xx') diff --git a/os/hal/ports/STM32/STM32L4xx/hal_lld.h b/os/hal/ports/STM32/STM32L4xx/hal_lld.h index 35a05e743..14232e090 100644 --- a/os/hal/ports/STM32/STM32L4xx/hal_lld.h +++ b/os/hal/ports/STM32/STM32L4xx/hal_lld.h @@ -2175,6 +2175,8 @@ /* Various helpers.*/ #include "nvic.h" +#include "cache.h" +#include "mpu_v7m.h" #include "stm32_isr.h" #include "stm32_dma.h" #include "stm32_rcc.h" -- cgit v1.2.3