mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-22 01:12:31 +00:00
cm8jl65: move to UART WQ
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user