mirror of https://github.com/ArduPilot/ardupilot
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