Skip to content

Commit

Permalink
Minor fix for SBUS dummy for simulator
Browse files Browse the repository at this point in the history
  • Loading branch information
okalachev committed Mar 23, 2024
1 parent 646fa46 commit fff7262
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gazebo/SBUS.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ struct SBUSData {

class SBUS {
public:
SBUS(HardwareSerial& bus) {};
SBUS(HardwareSerial& bus, const bool inv = true) {};
void begin() {};
bool read() { return joystickGet(); };
SBUSData data() {
Expand Down

0 comments on commit fff7262

Please sign in to comment.