AP_Scripting: added docs for reboot in periph

This commit is contained in:
Andrew Tridgell 2024-01-15 09:09:30 +11:00
parent c84459f518
commit c064e8eb5a

View File

@ -1483,6 +1483,10 @@ function periph:get_yaw_earth() end
---@param text string
function periph:can_printf(text) end
-- desc
---@param hold_in_bootloader boolean
function periph:reboot(hold_in_bootloader) end
-- desc
---@class ins
ins = {}