diff options
author | Bertrik Sikken <bertrik@sikken.nl> | 2010-07-22 15:10:32 +0000 |
---|---|---|
committer | Bertrik Sikken <bertrik@sikken.nl> | 2010-07-22 15:10:32 +0000 |
commit | 10e79de27c6c71360bfe4e740098cb7e6ff64c2a (patch) | |
tree | d85586af4c4aa742ec0943a33cd516fdaa2fb847 /firmware | |
parent | 4d6c8167214082b8f7d0c5415668680e15a20801 (diff) |
Correction to previous commit: fix condition to include backlight-target.h (not needed for clip+)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27521 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware')
-rw-r--r-- | firmware/target/arm/as3525/sd-as3525v2.c | 2 |
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 @@ #include "disk.h" #endif -#if defined(SANSA_FUZEV2) || defined(SANSA_CLIPPLUS) +#if defined(SANSA_FUZEV2) #include "backlight-target.h" #endif |