From: Olivier Matz Date: Thu, 24 Jul 2014 16:17:08 +0000 (+0200) Subject: gps: log on console if sdcard not plugged X-Git-Url: http://git.droids-corp.org/?p=protos%2Fimu.git;a=commitdiff_plain;h=9976bc2b818f3cb985e83509d01141fb95b4533a;hp=99a00646c85d806f34d7a4aa9f52b318607f7530;ds=sidebyside gps: log on console if sdcard not plugged --- diff --git a/gps_venus.c b/gps_venus.c index b3bbae3..22e2076 100644 --- a/gps_venus.c +++ b/gps_venus.c @@ -591,6 +591,9 @@ int gps_loop(void) return -1; } } + else + printf("%s", buf); + } return 0;