Fix yellow, defines
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23446 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
cf01942a57
commit
03c5cb6503
2 changed files with 3 additions and 2 deletions
|
@ -111,7 +111,7 @@ static struct trackdata trackdata[MAX_TRACK_ENTRIES];
|
|||
static unsigned int current_track_counter = 0;
|
||||
|
||||
/* Play time of the previous track */
|
||||
static unsigned long prev_track_elapsed;
|
||||
unsigned long prev_track_elapsed;
|
||||
|
||||
#ifndef SIMULATOR
|
||||
static int track_read_idx = 0;
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
* play whilst audio is paused */
|
||||
|
||||
//#include <stdio.h>
|
||||
//#include <string.h>
|
||||
#include <string.h>
|
||||
//#include <ctype.h>
|
||||
|
||||
#include "playback.h"
|
||||
|
@ -50,6 +50,7 @@
|
|||
//#include "mp3_playback.h"
|
||||
#include "usb.h"
|
||||
//#include "storage.h"
|
||||
#include "ata.h"
|
||||
//#include "screens.h"
|
||||
#include "playlist.h"
|
||||
#include "pcmbuf.h"
|
||||
|
|
Loading…
Reference in a new issue