forked from len0rd/rockbox
Rename software backlight fading files, as we don't call it thread fading. Correct a copyright info too.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19818 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
311d2f12ed
commit
81df953da5
4 changed files with 4 additions and 4 deletions
|
@ -53,7 +53,7 @@ int backlight_brightness = DEFAULT_BRIGHTNESS_SETTING;
|
|||
#endif
|
||||
|
||||
#ifdef USE_BACKLIGHT_SW_FADING
|
||||
#include "backlight-thread-fading.h"
|
||||
#include "backlight-sw-fading.h"
|
||||
#endif
|
||||
#ifdef SIMULATOR
|
||||
/* TODO: find a better way to do it but we need a kernel thread somewhere to
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue