This website requires JavaScript.
Explore
Help
Sign In
Mirror
/
ardupilot
mirror of
https://github.com/ArduPilot/ardupilot
Watch
5
Star
0
Fork
You've already forked ardupilot
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
8de7f4a520
ardupilot
/
libraries
/
AP_HAL
/
system.cpp
7 lines
88 B
C++
Raw
Blame
History
#
include
"system.h"
uint16_t
WEAK
AP_HAL
:
:
millis16
(
)
{
return
millis
(
)
&
0xFFFF
;
}
Reference in New Issue
View Git Blame
Copy Permalink