From 9976bc2b818f3cb985e83509d01141fb95b4533a Mon Sep 17 00:00:00 2001 From: Olivier Matz Date: Thu, 24 Jul 2014 18:17:08 +0200 Subject: [PATCH 1/1] gps: log on console if sdcard not plugged --- gps_venus.c | 3 +++ 1 file changed, 3 insertions(+) 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; -- 2.20.1