rpi_rc_in: fix typo that was causing build to fail rpi

This commit is contained in:
fghanei 2019-08-16 15:52:49 -04:00 committed by Daniel Agar
parent 48f5ab2896
commit b28dda3926

View File

@ -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) {}