summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/target/arm/system-pp502x.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/target/arm/system-pp502x.c b/firmware/target/arm/system-pp502x.c
index d17fb6d37a..c84c9ce7a1 100644
--- a/firmware/target/arm/system-pp502x.c
+++ b/firmware/target/arm/system-pp502x.c
@@ -19,6 +19,7 @@
19#include "system.h" 19#include "system.h"
20#include "thread.h" 20#include "thread.h"
21#include "i2s.h" 21#include "i2s.h"
22#include "i2c-pp.h"
22 23
23#if NUM_CORES > 1 24#if NUM_CORES > 1
24struct mutex boostctrl_mtx NOCACHEBSS_ATTR; 25struct mutex boostctrl_mtx NOCACHEBSS_ATTR;