mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 21:25:19 -05:00
Move checkwps to its own subdir in preparation for compiling target-specific versions. Also remove a DEBUGF that should not have been left in.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16827 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
2ce440d740
commit
3d88eddb83
3 changed files with 19 additions and 1 deletions
|
|
@ -393,7 +393,7 @@ static bool load_bitmap(struct wps_data *wps_data,
|
|||
int ret = read_bmp_file(filename, bm,
|
||||
wps_data->img_buf_free,
|
||||
format);
|
||||
DEBUGF("Read %s, ret=%d\n",filename,ret);
|
||||
|
||||
if (ret > 0)
|
||||
{
|
||||
#if LCD_DEPTH == 16
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue