summaryrefslogtreecommitdiff
path: root/hw
diff options
context:
space:
mode:
authorHiFiPhile <[email protected]>2024-04-28 00:40:36 +0200
committerHiFiPhile <[email protected]>2024-04-28 01:17:32 +0200
commitef7be4c2ffa0061aec2ea32f530a4037f7309f1e (patch)
tree85b2ef0ad86106da7f3f0b5335c5a83eadb4bc20 /hw
parentbc8c8df3163bd41d0220746618f6495425344028 (diff)
Fix CI.
Diffstat (limited to 'hw')
-rw-r--r--hw/bsp/stm32l0/FreeRTOSConfig/FreeRTOSConfig.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/bsp/stm32l0/FreeRTOSConfig/FreeRTOSConfig.h b/hw/bsp/stm32l0/FreeRTOSConfig/FreeRTOSConfig.h
index 37e7e0943..40146e73a 100644
--- a/hw/bsp/stm32l0/FreeRTOSConfig/FreeRTOSConfig.h
+++ b/hw/bsp/stm32l0/FreeRTOSConfig/FreeRTOSConfig.h
@@ -44,7 +44,7 @@
// skip if included from IAR assembler
#ifndef __IASMARM__
- #include "stm32f0xx.h"
+ #include "stm32l0xx.h"
#endif
/* Cortex M23/M33 port configuration. */