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
ed14518634
ardupilot
/
Rover
/
compat.cpp
7 lines
85 B
C++
Raw
Blame
History
#
include
"Rover.h"
void
Rover
:
:
delay
(
uint32_t
ms
)
{
hal
.
scheduler
-
>
delay
(
ms
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink