mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-21 20:57:37 +08:00
ulanding: move to UART WQ
This commit is contained in:
@@ -172,7 +172,7 @@ private:
|
||||
|
||||
Radar::Radar(const char *port, uint8_t rotation) :
|
||||
CDev(RANGE_FINDER0_DEVICE_PATH),
|
||||
ScheduledWorkItem(MODULE_NAME, px4::wq_configurations::hp_default),
|
||||
ScheduledWorkItem(MODULE_NAME, px4::serial_port_to_wq(port)),
|
||||
_rotation(rotation)
|
||||
{
|
||||
/* store port name */
|
||||
|
||||
Reference in New Issue
Block a user