summaryrefslogtreecommitdiff
path: root/firmware/target/arm/as3525/system-target.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/as3525/system-target.h')
-rw-r--r--firmware/target/arm/as3525/system-target.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/target/arm/as3525/system-target.h b/firmware/target/arm/as3525/system-target.h
index 249e062fec..6db16af040 100644
--- a/firmware/target/arm/as3525/system-target.h
+++ b/firmware/target/arm/as3525/system-target.h
@@ -46,8 +46,8 @@
46 ? (((uintptr_t)(a)) - IRAM_ORIG) \ 46 ? (((uintptr_t)(a)) - IRAM_ORIG) \
47 : ((uintptr_t)(a)))) 47 : ((uintptr_t)(a))))
48 48
49#ifdef SANSA_FUZEV2 49#if defined(SANSA_FUZEV2) || defined(SANSA_CLIPPLUS)
50extern int fuzev2_variant; 50extern int amsv2_variant;
51#endif 51#endif
52 52
53#ifdef SANSA_C200V2 53#ifdef SANSA_C200V2