gps: log on console if sdcard not plugged
authorOlivier Matz <zer0@droids-corp.org>
Thu, 24 Jul 2014 16:17:08 +0000 (18:17 +0200)
committerOlivier Matz <zer0@droids-corp.org>
Thu, 24 Jul 2014 16:17:08 +0000 (18:17 +0200)
gps_venus.c

index b3bbae3..22e2076 100644 (file)
@@ -591,6 +591,9 @@ int gps_loop(void)
                                return -1;
                        }
                }
+               else
+                       printf("%s", buf);
+
        }
 
        return 0;