mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-28 08:16:18 -04:00
The rockbox_flash plugin is a target-only plugin.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3838 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
a2134422d4
commit
16f57af62b
1 changed files with 5 additions and 0 deletions
|
|
@ -20,6 +20,9 @@
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
#include "plugin.h"
|
#include "plugin.h"
|
||||||
|
|
||||||
|
/* Only build for target */
|
||||||
|
#ifndef SIMULATOR
|
||||||
|
|
||||||
#ifndef UINT8
|
#ifndef UINT8
|
||||||
#define UINT8 unsigned char
|
#define UINT8 unsigned char
|
||||||
#endif
|
#endif
|
||||||
|
|
@ -662,3 +665,5 @@ enum plugin_status plugin_start(struct plugin_api* api, void* parameter)
|
||||||
|
|
||||||
return PLUGIN_OK;
|
return PLUGIN_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue