summaryrefslogtreecommitdiff
path: root/apps/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/main.c')
-rw-r--r--apps/main.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/apps/main.c b/apps/main.c
index 79feacf87e..8d3c170187 100644
--- a/apps/main.c
+++ b/apps/main.c
@@ -134,7 +134,10 @@ void init(void)
134 } 134 }
135 } 135 }
136 if ( i==4 ) { 136 if ( i==4 ) {
137 panicf("No FAT32 partition!"); 137 DEBUGF("No partition found, trying to mount sector 0.\n");
138 rc = fat_mount(0);
139 if(rc)
140 panicf("No FAT32 partition!");
138 } 141 }
139 142
140 settings_load(); 143 settings_load();