diff options
Diffstat (limited to 'apps/plugins/metronome.c')
-rw-r--r-- | apps/plugins/metronome.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/metronome.c b/apps/plugins/metronome.c index 8906c923a0..10b9e41738 100644 --- a/apps/plugins/metronome.c +++ b/apps/plugins/metronome.c | |||
@@ -910,7 +910,7 @@ enum plugin_status plugin_start(const void* parameter) | |||
910 | #endif /* CONFIG_CODEC != SWCODEC */ | 910 | #endif /* CONFIG_CODEC != SWCODEC */ |
911 | 911 | ||
912 | calc_period(); | 912 | calc_period(); |
913 | rb->timer_register(1, NULL, TIMER_FREQ/1024, 1, timer_callback IF_COP(, CPU)); | 913 | rb->timer_register(1, NULL, TIMER_FREQ/1024, timer_callback IF_COP(, CPU)); |
914 | 914 | ||
915 | draw_display(); | 915 | draw_display(); |
916 | 916 | ||