mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-13 04:07:36 +08:00
SBUS on Linux: replace termios with termios2 and add UNKNOWN UART WQ
This commit is contained in:
@@ -196,9 +196,9 @@ serial_port_to_wq(const char *serial)
|
||||
return wq_configurations::UART8;
|
||||
}
|
||||
|
||||
PX4_ERR("unknown serial port: %s", serial);
|
||||
PX4_DEBUG("unknown serial port: %s", serial);
|
||||
|
||||
return wq_configurations::hp_default;
|
||||
return wq_configurations::UART_UNKNOWN;
|
||||
}
|
||||
|
||||
static void *
|
||||
|
||||
Reference in New Issue
Block a user