mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-01 19:07:45 +08:00
Snapdragon: rename uart_esc to pwm_out_rc_in
The name uart_esc was initially taken by Qualcomm's UART ESC driver but then got changed into the current mavlink ESC/RC helper. Since the uart_esc is still around, we should prevent the names clashing.
This commit is contained in:
@@ -15,7 +15,7 @@ ekf2 start
|
||||
land_detector start multicopter
|
||||
mc_pos_control start
|
||||
mc_att_control start
|
||||
uart_esc start -d /dev/tty-2
|
||||
pwm_out_rc_in start -d /dev/tty-2
|
||||
sleep 1
|
||||
list_devices
|
||||
list_files
|
||||
|
||||
Reference in New Issue
Block a user