forked from len0rd/rockbox
How'd I miss that I'd left LOGFQUEUES enabled in my pre-commit diff? :/
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13365 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
e486ed0453
commit
77771b0a43
1 changed files with 2 additions and 2 deletions
|
|
@ -101,11 +101,11 @@
|
||||||
|
|
||||||
/* macros to enable logf for queues
|
/* macros to enable logf for queues
|
||||||
logging on SYS_TIMEOUT can be disabled */
|
logging on SYS_TIMEOUT can be disabled */
|
||||||
#if 1//def SIMULATOR
|
#ifdef SIMULATOR
|
||||||
/* Define this for logf output of all queuing except SYS_TIMEOUT */
|
/* Define this for logf output of all queuing except SYS_TIMEOUT */
|
||||||
#define PLAYBACK_LOGQUEUES
|
#define PLAYBACK_LOGQUEUES
|
||||||
/* Define this to logf SYS_TIMEOUT messages */
|
/* Define this to logf SYS_TIMEOUT messages */
|
||||||
//#define PLAYBACK_LOGQUEUES_SYS_TIMEOUT
|
#define PLAYBACK_LOGQUEUES_SYS_TIMEOUT
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef PLAYBACK_LOGQUEUES
|
#ifdef PLAYBACK_LOGQUEUES
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue