mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
rpi_rc_in: fix typo that was causing build to fail rpi
This commit is contained in:
parent
48f5ab2896
commit
b28dda3926
@ -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) {}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user