summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
Diffstat (limited to 'firmware')
-rw-r--r--firmware/rolo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/rolo.c b/firmware/rolo.c
index f1bcd0718e..10574ea053 100644
--- a/firmware/rolo.c
+++ b/firmware/rolo.c
@@ -237,7 +237,7 @@ int rolo_load(const char* filename)
237 lcd_remote_update(); 237 lcd_remote_update();
238#endif 238#endif
239 239
240 audio_stop(); 240 audio_hard_stop();
241 241
242 /* get the system buffer. release only in case of error, otherwise 242 /* get the system buffer. release only in case of error, otherwise
243 * we don't return anyway */ 243 * we don't return anyway */