This website works better with JavaScript.
Explore
Help
Register
Sign In
zrzk
/
ardupilot
Watch
1
Star
0
Fork
You've already forked ardupilot
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
31929
Commits
23
Branches
0
Tags
282 MiB
C++
71.5%
Python
11.9%
C
10.7%
Lua
2.1%
HTML
1.5%
Other
1.9%
Tree:
b46379b3f3
ardupilot
/
APMrover2
/
compat.cpp
6 lines
85 B
Raw
Blame
History
#
include
"Rover.h"
void
Rover
:
:
delay
(
uint32_t
ms
)
{
hal
.
scheduler
-
>
delay
(
ms
)
;
}
Reference in new issue
Copy Permalink