summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/target/arm/as3525/sd-as3525v2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/arm/as3525/sd-as3525v2.c b/firmware/target/arm/as3525/sd-as3525v2.c
index 3f78a61bbd..1f8044a18b 100644
--- a/firmware/target/arm/as3525/sd-as3525v2.c
+++ b/firmware/target/arm/as3525/sd-as3525v2.c
@@ -45,7 +45,7 @@
45#include "disk.h" 45#include "disk.h"
46#endif 46#endif
47 47
48#if defined(SANSA_FUZEV2) || defined(SANSA_CLIPPLUS) 48#if defined(SANSA_FUZEV2)
49#include "backlight-target.h" 49#include "backlight-target.h"
50#endif 50#endif
51 51