Browse Source
This wraps every minute or so - but if you only need to track intervals under ~65 seconds could save RAMmaster
2 changed files with 7 additions and 0 deletions
@ -0,0 +1,6 @@
@@ -0,0 +1,6 @@
|
||||
#include "system.h" |
||||
|
||||
uint16_t WEAK AP_HAL::millis16() |
||||
{ |
||||
return millis() & 0xFFFF; |
||||
} |
Loading…
Reference in new issue