leddar_one: move to UART WQ

This commit is contained in:
Daniel Agar
2019-10-27 14:05:41 -04:00
parent 223bc2df0b
commit f7ea3fac90
@@ -174,7 +174,7 @@ private:
LeddarOne::LeddarOne(const char *device_path, const char *serial_port, uint8_t device_orientation):
CDev(device_path),
ScheduledWorkItem(MODULE_NAME, px4::wq_configurations::hp_default),
ScheduledWorkItem(MODULE_NAME, px4::serial_port_to_wq(serial_port)),
_px4_rangefinder(0 /* device id not yet used */, ORB_PRIO_DEFAULT, device_orientation)
{
_serial_port = strdup(serial_port);