cm8jl65: move to UART WQ

This commit is contained in:
Daniel Agar 2019-10-27 14:05:29 -04:00
parent 071f159794
commit 223bc2df0b

View File

@ -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.