forked from len0rd/rockbox
fix database tool
Change-Id: I48702c3213aae7e2c64ea0e1f197e61368393759
This commit is contained in:
parent
f0430e291a
commit
b7937a729f
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ enum {
|
|||
/* Enable storage callbacks everywhere except for bootloaders. Both
|
||||
* hosted and native targets need this.
|
||||
*/
|
||||
#define USING_STORAGE_CALLBACK !defined(BOOTLOADER) && !defined(APPLICATION)
|
||||
#define USING_STORAGE_CALLBACK !defined(BOOTLOADER) && !defined(APPLICATION) && !defined(__PCTOOL__)
|
||||
|
||||
extern void register_storage_idle_func(void (*function)(void *data));
|
||||
#if USING_STORAGE_CALLBACK
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue