Actually do the renaming of the stub.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20334 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Thomas Martitz 2009-03-17 03:45:55 +00:00
parent 4ed387d603
commit 7e7d8ebfef

View file

@ -203,7 +203,7 @@ bool headphones_inserted(void)
#endif
#if defined(HAVE_LCD_ENABLE) || defined(HAVE_LCD_SLEEP)
bool lcd_enabled(void)
bool lcd_active(void)
{
return true;
}