diff options
Diffstat (limited to 'apps/plugin.h')
| -rw-r--r-- | apps/plugin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugin.h b/apps/plugin.h index 5ee18d0..624b703 100644 --- a/apps/plugin.h +++ b/apps/plugin.h @@ -450,7 +450,7 @@ struct plugin_api { bool (*dir_exists)(const char *path); /* kernel/ system */ -#ifdef CPU_ARM +#if defined(CPU_ARM) && CONFIG_PLATFORM & PLATFORM_NATIVE void (*__div0)(void); #endif void (*sleep)(int ticks); |