summaryrefslogtreecommitdiff
path: root/firmware/rolo.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/rolo.c')
-rw-r--r--firmware/rolo.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/rolo.c b/firmware/rolo.c
index ceb70791cf..e2ef26b3aa 100644
--- a/firmware/rolo.c
+++ b/firmware/rolo.c
@@ -23,7 +23,7 @@
23#include "sprintf.h" 23#include "sprintf.h"
24#include "button.h" 24#include "button.h"
25#include "file.h" 25#include "file.h"
26#include "mpeg.h" 26#include "audio.h"
27#include "system.h" 27#include "system.h"
28#include "i2c.h" 28#include "i2c.h"
29#include "string.h" 29#include "string.h"
@@ -101,7 +101,7 @@ int rolo_load(const char* filename)
101 lcd_puts(0, 1, "Loading"); 101 lcd_puts(0, 1, "Loading");
102 lcd_update(); 102 lcd_update();
103 103
104 mpeg_stop(); 104 audio_stop();
105 105
106 fd = open(filename, O_RDONLY); 106 fd = open(filename, O_RDONLY);
107 if(-1 == fd) { 107 if(-1 == fd) {