mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
cm8jl65: move to UART WQ
This commit is contained in:
parent
071f159794
commit
223bc2df0b
@ -84,7 +84,7 @@ static constexpr unsigned char crc_lsb_vector[] = {
|
||||
};
|
||||
|
||||
CM8JL65::CM8JL65(const char *port, uint8_t rotation) :
|
||||
ScheduledWorkItem(MODULE_NAME, px4::wq_configurations::hp_default),
|
||||
ScheduledWorkItem(MODULE_NAME, px4::serial_port_to_wq(port)),
|
||||
_px4_rangefinder(0 /* TODO: device ids */, ORB_PRIO_DEFAULT, rotation)
|
||||
{
|
||||
// Store the port name.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user