summaryrefslogtreecommitdiff
path: root/apps/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/main.c')
-rw-r--r--apps/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/main.c b/apps/main.c
index d6be594d07..2c2f9ac854 100644
--- a/apps/main.c
+++ b/apps/main.c
@@ -54,6 +54,7 @@
54#include "rolo.h" 54#include "rolo.h"
55#include "screens.h" 55#include "screens.h"
56#include "power.h" 56#include "power.h"
57#include "talk.h"
57 58
58char appsversion[]=APPSVERSION; 59char appsversion[]=APPSVERSION;
59 60
@@ -208,6 +209,7 @@ void init(void)
208 global_settings.avc, 209 global_settings.avc,
209 global_settings.channel_config ); 210 global_settings.channel_config );
210 mpeg_init(); 211 mpeg_init();
212 talk_init();
211 213
212 /* no auto-rolo on startup any more, but I leave it here for reference */ 214 /* no auto-rolo on startup any more, but I leave it here for reference */
213#if 0 215#if 0