1
0
Ver Fonte

Merged with k4be-master

pblac há 2 anos atrás
pai
commit
13402e69b9
2 ficheiros alterados com 2 adições e 1 exclusões
  1. 1 0
      soft/.gitignore
  2. 1 1
      soft/gpx.c

+ 1 - 0
soft/.gitignore

@@ -0,0 +1 @@
+/obj/

+ 1 - 1
soft/gpx.c

@@ -172,7 +172,7 @@ void gpx_process_point(struct location_s *loc, FIL *file){
 	}
 #else
 	gpx_write(loc, file);
-	xputs_P(PSTR("GPX point written\r\n"));
+	xputs_P(PSTR("GPX point written, processing disabled\r\n"));
 #endif
 }