From f1e9a2f5d98225f449b08139e4934872bcc73671 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Sun, 9 Feb 2020 17:30:04 +0000 Subject: [PATCH] Missing inclusion. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13348 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 --- os/hal/ports/STM32/STM32G0xx/hal_lld.h | 1 + 1 file changed, 1 insertion(+) diff --git a/os/hal/ports/STM32/STM32G0xx/hal_lld.h b/os/hal/ports/STM32/STM32G0xx/hal_lld.h index 2151309a9..4a333d4d1 100644 --- a/os/hal/ports/STM32/STM32G0xx/hal_lld.h +++ b/os/hal/ports/STM32/STM32G0xx/hal_lld.h @@ -1544,6 +1544,7 @@ /* Various helpers.*/ #include "nvic.h" +#include "cache.h" #include "stm32_isr.h" #include "stm32_dma.h" #include "stm32_exti.h"