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
This commit is contained in:
parent
4d6c816721
commit
10e79de27c
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@
|
|||
#include "disk.h"
|
||||
#endif
|
||||
|
||||
#if defined(SANSA_FUZEV2) || defined(SANSA_CLIPPLUS)
|
||||
#if defined(SANSA_FUZEV2)
|
||||
#include "backlight-target.h"
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue