px4iofirmware: fixed display of sbus rate in px4io status

This commit is contained in:
Andrew Tridgell
2016-03-11 19:10:45 +11:00
committed by Lorenz Meier
parent c5f5b9f53c
commit fde635ef5a
3 changed files with 6 additions and 2 deletions
+1
View File
@@ -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;