Skip to content
Snippets Groups Projects
Commit 786e4cf7 authored by Andrew Tridgell's avatar Andrew Tridgell
Browse files

AP_GPS: added last_message_time_ms() API

used to help GPS logging
parent f5d062d5
No related branches found
No related tags found
No related merge requests found
......@@ -148,6 +148,9 @@ public:
// the time we got our last fix in system milliseconds
uint32_t last_fix_time;
// the time we last processed a message in milliseconds
uint32_t last_message_time_ms(void) { return _idleTimer; }
// return true if the GPS supports raw velocity values
......
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