Skip to content
Snippets Groups Projects
Commit 8e3efc51 authored by Daniel Agar's avatar Daniel Agar Committed by Beat Küng
Browse files

gpssim fix sign-compare

parent d4502349
No related branches found
No related tags found
No related merge requests found
......@@ -275,7 +275,7 @@ GPSSIM::receive(int timeout)
simulator::RawGPSData gps;
sim->getGPSSample((uint8_t *)&gps, sizeof(gps));
static uint64_t timestamp_last = 0;
static int64_t timestamp_last = 0;
if (gps.timestamp != timestamp_last) {
_report_gps_pos.timestamp = hrt_absolute_time();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment