gps: log on console if sdcard not plugged
[protos/imu.git] / gps_venus.c
index b3bbae3..22e2076 100644 (file)
@@ -591,6 +591,9 @@ int gps_loop(void)
                                return -1;
                        }
                }
+               else
+                       printf("%s", buf);
+
        }
 
        return 0;