mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
AP_Scripting: added reboot() binding to AP_Periph
This commit is contained in:
parent
69f23edd4a
commit
c84459f518
@ -662,6 +662,7 @@ singleton AP_Periph_FW rename periph
|
||||
singleton AP_Periph_FW method get_yaw_earth float
|
||||
singleton AP_Periph_FW method get_vehicle_state uint32_t
|
||||
singleton AP_Periph_FW method can_printf void "%s"'literal string
|
||||
singleton AP_Periph_FW method reboot void boolean
|
||||
|
||||
include AP_Motors/AP_Motors_Class.h depends APM_BUILD_TYPE(APM_BUILD_ArduPlane)||APM_BUILD_COPTER_OR_HELI
|
||||
singleton AP::motors() depends APM_BUILD_TYPE(APM_BUILD_ArduPlane)||APM_BUILD_COPTER_OR_HELI
|
||||
|
Loading…
Reference in New Issue
Block a user