diff options
Diffstat (limited to 'apps/plugin.c')
| -rw-r--r-- | apps/plugin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugin.c b/apps/plugin.c index c4fd101..9354fab 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -167,7 +167,6 @@ static struct plugin_api rockbox_api = { atoi, get_time, plugin_get_buffer, - battery_level, /* new stuff at the end, sort into place next time the API gets incompatible */ @@ -232,6 +231,7 @@ static struct plugin_api rockbox_api = { mas_codec_writereg, #endif #endif + battery_level, }; int plugin_load(char* plugin, void* parameter) |