diff options
Diffstat (limited to 'apps/plugin.c')
| -rw-r--r-- | apps/plugin.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugin.c b/apps/plugin.c index a990463..b7646c0 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -240,6 +240,8 @@ static struct plugin_api rockbox_api = { #ifdef HAVE_LCD_CHARCELLS lcd_icon, #endif + + reset_poweroff_timer, }; int plugin_load(char* plugin, void* parameter) |