1
0
Fork 0
forked from len0rd/rockbox

now supporting V2 Recorder, firmware_flash has extra checks against files for wrong platform (hope it's not too strict, causing false rejects)

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4084 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jörg Hohensohn 2003-11-30 17:24:42 +00:00
parent 6a4e4c87c2
commit 4a80a738f1
2 changed files with 80 additions and 11 deletions

View file

@ -22,7 +22,6 @@
#include "plugin.h"
#ifndef SIMULATOR /* Only build for target */
#ifndef ARCHOS_RECORDERV2 /* not for those yet */
/* define DUMMY if you only want to "play" with the UI, does no harm */
/* #define DUMMY */
@ -873,5 +872,4 @@ enum plugin_status plugin_start(struct plugin_api* api, void* parameter)
}
#endif /* #ifndef ARCHOS_RECORDERV2 */
#endif /* #ifndef SIMULATOR */