1
0
Fork 0
forked from len0rd/rockbox

Unify the e200v2 and Fuze backlight/buttonlight code - it is identical.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18966 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dave Chapman 2008-11-01 22:05:35 +00:00
parent 19eb800f75
commit 2a5d491480
3 changed files with 2 additions and 75 deletions

View file

@ -1055,7 +1055,7 @@ target/arm/as3525/as3525-codec.c
#ifndef SIMULATOR
target/arm/as3525/sansa-e200v2/lcd-e200v2.c
target/arm/as3525/sansa-e200v2/button-e200v2.c
target/arm/as3525/sansa-e200v2/backlight-e200v2.c
target/arm/as3525/backlight-e200v2-fuze.c
target/arm/as3525/as3525-codec.c
#endif /* !SIMULATOR */
#endif /* SANSA_E200V2 */
@ -1072,7 +1072,7 @@ target/arm/as3525/as3525-codec.c
#ifndef SIMULATOR
target/arm/as3525/sansa-fuze/button-fuze.c
target/arm/as3525/sansa-fuze/lcd-fuze.c
target/arm/as3525/sansa-e200v2/backlight-e200v2.c
target/arm/as3525/backlight-e200v2-fuze.c
target/arm/as3525/as3525-codec.c
#endif /* !SIMULATOR */
#endif /* SANSA_FUZE */