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
4677dca834
ardupilot
/
APMrover2
/
compat.cpp
7 lines
85 B
C++
Raw
Normal View
History
Unescape
Escape
Rover: fixed build of .cpp files
2015-05-13 00:16:45 -03:00
#
include
"Rover.h"
Rover: first cut at porting rover to AP_HAL
2012-12-18 07:44:12 -04:00
Rover: automatic substitution for class members
2015-05-12 02:03:23 -03:00
void
Rover
:
:
delay
(
uint32_t
ms
)
Rover: first cut at porting rover to AP_HAL
2012-12-18 07:44:12 -04:00
{
hal
.
scheduler
-
>
delay
(
ms
)
;
}