delete commented code
Some checks failed
EIVE/eive-obsw/pipeline/pr-develop There was a failure building this commit
Some checks failed
EIVE/eive-obsw/pipeline/pr-develop There was a failure building this commit
This commit is contained in:
parent
c3238ab154
commit
5d8e8a9841
@ -204,7 +204,6 @@ void GPSHyperionLinuxController::readGpsDataFromGpsd() {
|
|||||||
#else
|
#else
|
||||||
time.tv_usec = gps->fix.time.tv_nsec / 1000;
|
time.tv_usec = gps->fix.time.tv_nsec / 1000;
|
||||||
#endif
|
#endif
|
||||||
//time.tv_usec = gps->fix.time.tv_nsec / 1000;
|
|
||||||
std::time_t t = std::time(nullptr);
|
std::time_t t = std::time(nullptr);
|
||||||
if (time.tv_sec == t) {
|
if (time.tv_sec == t) {
|
||||||
timeIsConstantCounter++;
|
timeIsConstantCounter++;
|
||||||
|
Loading…
Reference in New Issue
Block a user