mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 01:12:11 +00:00
rpi_rc_in: fix typo that was causing build to fail rpi
This commit is contained in:
@@ -61,7 +61,7 @@
|
||||
|
||||
namespace rpi_rc_in
|
||||
{
|
||||
class RcInput, public px4::ScheduledWorkItem
|
||||
class RcInput : public px4::ScheduledWorkItem
|
||||
{
|
||||
public:
|
||||
RcInput() : ScheduledWorkItem(px4::wq_configurations::hp_default) {}
|
||||
|
||||
Reference in New Issue
Block a user