mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-07 10:50:35 +08:00
px4iofirmware: fixed display of sbus rate in px4io status
This commit is contained in:
committed by
Lorenz Meier
parent
c5f5b9f53c
commit
fde635ef5a
@@ -685,6 +685,7 @@ registers_set_one(uint8_t page, uint8_t offset, uint16_t value)
|
||||
break;
|
||||
|
||||
case PX4IO_P_SETUP_SBUS_RATE:
|
||||
r_page_setup[offset] = value;
|
||||
sbus1_set_output_rate_hz(value);
|
||||
break;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user