diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2018-01-08 09:12:47 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2018-01-08 09:12:47 +0000 |
commit | fbc0d4b082178ac1018586f0efa0f3f4160355f8 (patch) | |
tree | 9af8cf74677c544167667264c5ad7ce955fc6d90 /os/hal/ports/STM32/STM32L0xx | |
parent | 7761387ba0a0ac206b7e5ab133462c29882b63bd (diff) | |
download | ChibiOS-fbc0d4b082178ac1018586f0efa0f3f4160355f8.tar.gz ChibiOS-fbc0d4b082178ac1018586f0efa0f3f4160355f8.tar.bz2 ChibiOS-fbc0d4b082178ac1018586f0efa0f3f4160355f8.zip |
Unified MPU handler.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11234 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/ports/STM32/STM32L0xx')
-rw-r--r-- | os/hal/ports/STM32/STM32L0xx/hal_lld.h | 1 |
1 files changed, 1 insertions, 0 deletions
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"
|