mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 02:27:39 -04:00
Fix DEBUG builds
Change-Id: Ie3b4caebf448444b7400541e44d11d40961781cb
This commit is contained in:
parent
914114fd21
commit
cb9280c9e1
1 changed files with 0 additions and 4 deletions
|
@ -557,11 +557,7 @@ int plugin_main(const void* parameter)
|
||||||
rb->add_event(PLAYBACK_EVENT_TRACK_CHANGE, playback_event_callback);
|
rb->add_event(PLAYBACK_EVENT_TRACK_CHANGE, playback_event_callback);
|
||||||
|
|
||||||
thread_create();
|
thread_create();
|
||||||
#ifdef DEBUG
|
|
||||||
return rb->default_event_handler(button);
|
|
||||||
#else
|
|
||||||
return 0;
|
return 0;
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue