mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-07-24 15:27:41 +08:00
docs: fix retuns/Succesful typos in board_common and ModalAI HITL debug (#27898)
- board_common.h RC serial swap docs: retuns → returns - dsp_hitl debug PX4_INFO strings: Succesful → Successful
This commit is contained in:
@@ -496,7 +496,7 @@ static inline bool board_rc_singlewire(const char *device) { return false; }
|
||||
*
|
||||
* RC_SERIAL_SWAP_USING_SINGLEWIRE is defined
|
||||
* RC_SERIAL_SWAP_RXTX is defined
|
||||
* TIOCSSWAP is defined and retuns !OK
|
||||
* TIOCSSWAP is defined and returns !OK
|
||||
* TIOCSSINGLEWIRE is defined
|
||||
*
|
||||
* Input Parameters:
|
||||
|
||||
Reference in New Issue
Block a user