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/STM32L0xx/hal_lld.h | 1 + 1 file changed, 1 insertion(+) (limited to 'os/hal/ports/STM32/STM32L0xx') diff --git a/os/hal/ports/STM32/STM32L0xx/hal_lld.h b/os/hal/ports/STM32/STM32L0xx/hal_lld.h index 46b104218..6811ef313 100644 --- a/os/hal/ports/STM32/STM32L0xx/hal_lld.h +++ b/os/hal/ports/STM32/STM32L0xx/hal_lld.h @@ -1188,6 +1188,7 @@ /* Various helpers.*/ #include "nvic.h" +#include "cache.h" #include "stm32_isr.h" #include "stm32_dma.h" #include "stm32_rcc.h" -- cgit v1.2.3