summaryrefslogtreecommitdiff
path: root/firmware/target/hosted/ibasso/vold-ibasso.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/hosted/ibasso/vold-ibasso.c')
-rw-r--r--firmware/target/hosted/ibasso/vold-ibasso.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/hosted/ibasso/vold-ibasso.c b/firmware/target/hosted/ibasso/vold-ibasso.c
index c0cb06b6b8..e703ce0a1f 100644
--- a/firmware/target/hosted/ibasso/vold-ibasso.c
+++ b/firmware/target/hosted/ibasso/vold-ibasso.c
@@ -110,7 +110,7 @@ static void* vold_monitor_run(void* nothing)
110 110
111 /* Check to see if external SD is mounted */ 111 /* Check to see if external SD is mounted */
112// extsd_present = !system("mountpoint -q /mnt/external_sd"); 112// extsd_present = !system("mountpoint -q /mnt/external_sd");
113// extsd_present = !system("mount -o remount,rw /mnt/external_sd"); 113 extsd_present = !system("mount -o remount,rw /mnt/external_sd");
114 114
115 vold_monitor_open_socket(); 115 vold_monitor_open_socket();
116 if(_vold_monitor_socket_fd < 0) 116 if(_vold_monitor_socket_fd < 0)