mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-21 05:57:39 -04:00
we didn't use LCD_BITMAP
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2100 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
7dcdf05d94
commit
620bb0e3dd
1 changed files with 5 additions and 0 deletions
|
@ -17,6 +17,8 @@
|
||||||
*
|
*
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
|
#ifdef HAVE_LCD_BITMAP
|
||||||
|
|
||||||
#include <sprintf.h>
|
#include <sprintf.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
@ -736,3 +738,6 @@ Menu wormlet(void)
|
||||||
|
|
||||||
return MENU_OK;
|
return MENU_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue