Skip to content

Commit

Permalink
AP_Scripting: Docs: remove stray grave
Browse files Browse the repository at this point in the history
  • Loading branch information
IamPete1 committed Jun 7, 2024
1 parent e9d39d8 commit 3d20813
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/AP_Scripting/docs/docs.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2064,7 +2064,7 @@ function baro:healthy(instance) end
-- Serial ports
serial = {}

-- Returns the UART instance that allows connections from scripts (those with SERIALx_PROTOCOL = 28`).
-- Returns the UART instance that allows connections from scripts (those with SERIALx_PROTOCOL = 28).
-- For instance = 0, returns first such UART, second for instance = 1, and so on.
-- If such an instance is not found, returns nil.
---@param instance integer -- the 0-based index of the UART instance to return.
Expand Down

0 comments on commit 3d20813

Please sign in to comment.