mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-22 01:12:31 +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
|
namespace rpi_rc_in
|
||||||
{
|
{
|
||||||
class RcInput, public px4::ScheduledWorkItem
|
class RcInput : public px4::ScheduledWorkItem
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
RcInput() : ScheduledWorkItem(px4::wq_configurations::hp_default) {}
|
RcInput() : ScheduledWorkItem(px4::wq_configurations::hp_default) {}
|
||||||
|
|||||||
Reference in New Issue
Block a user