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
26087
Commits
23
Branches
0
Tags
282 MiB
Tree:
fc1f28ff2a
ardupilot
/
ArduSub
/
compat.cpp
7 lines
81 B
Raw
Normal View
History
Unescape
Escape
Sub: Refactor "Copter" to "Sub".
9 years ago
#
include
"Sub.h"
Sub: New vehicle type, derived from ArduCopter.
9 years ago
Sub: Refactor "Copter" to "Sub".
9 years ago
void
Sub
:
:
delay
(
uint32_t
ms
)
Sub: New vehicle type, derived from ArduCopter.
9 years ago
{
hal
.
scheduler
-
>
delay
(
ms
)
;
}