Skip to content

Commit 17609d7

Browse files
sys/defs: Include mcu defs for sections defs
This allows MCU to also define common sections.
1 parent 8f4f15f commit 17609d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sys/defs/include/defs/sections.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
#ifndef H_DEFS_SECTIONS_
2121
#define H_DEFS_SECTIONS_
2222

23+
#include <mcu/mcu.h>
2324
#include <bsp/bsp.h>
2425

2526
#ifdef __cplusplus

0 commit comments

Comments
 (0)