pull/339/head
Christopher Young 2016-03-21 16:16:12 -04:00
rodzic 6afb4ec415
commit a93501f8f4
1 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

@ -993,7 +993,9 @@ func gpsSerialReader() {
log.Printf("reading standard input: %s\n", err.Error())
}
log.Printf("Exiting gpsSerialReader() after i=%d loops\n", i) // debug monitor
if globalSettings.DEBUG {
log.Printf("Exiting gpsSerialReader() after i=%d loops\n", i) // debug monitor
}
globalStatus.GPS_connected = false
readyToInitGPS = true // TO-DO: replace with channel control to terminate goroutine when complete
return