mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-05 07:28:29 -04:00
AP_Math: add USEC_PER_MSEC
This commit is contained in:
parent
8541d5339d
commit
7b7e73680f
@ -76,3 +76,4 @@
|
||||
#define NSEC_PER_SEC 1000000000ULL
|
||||
#define NSEC_PER_USEC 1000ULL
|
||||
#define USEC_PER_SEC 1000000ULL
|
||||
#define USEC_PER_MSEC 1000ULL
|
||||
|
Loading…
Reference in New Issue
Block a user