mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-02 05:30:36 +08: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