Oops, this shouldn't have been removed (fix red).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13066 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
07696c10b1
commit
ef5cfb4e58
1 changed files with 1 additions and 0 deletions
|
@ -827,6 +827,7 @@ void wps_data_init(struct wps_data *wps_data)
|
|||
wps_data->img_buf_free = IMG_BUFSIZE; /* free space in image buffer */
|
||||
wps_data->peak_meter_enabled = false;
|
||||
#else /* HAVE_LCD_CHARCELLS */
|
||||
int i;
|
||||
for (i = 0; i < 8; i++)
|
||||
{
|
||||
wps_data->wps_progress_pat[i] = 0;
|
||||
|
|
Loading…
Reference in a new issue