Skip to content

Commit

Permalink
rpi_rc_in: fix typo that was causing build to fail rpi
Browse files Browse the repository at this point in the history
  • Loading branch information
fghanei authored and dagar committed Aug 16, 2019
1 parent 48f5ab2 commit b28dda3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/drivers/rpi_rc_in/rpi_rc_in.h
Original file line number Diff line number Diff line change
Expand Up @@ -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) {}
Expand Down

0 comments on commit b28dda3

Please sign in to comment.