mirror of
https://github.com/okalachev/flix.git
synced 2026-01-11 13:36:43 +00:00
Minor fix for SBUS dummy for simulator
This commit is contained in:
@@ -11,7 +11,7 @@ struct SBUSData {
|
|||||||
|
|
||||||
class SBUS {
|
class SBUS {
|
||||||
public:
|
public:
|
||||||
SBUS(HardwareSerial& bus) {};
|
SBUS(HardwareSerial& bus, const bool inv = true) {};
|
||||||
void begin() {};
|
void begin() {};
|
||||||
bool read() { return joystickGet(); };
|
bool read() { return joystickGet(); };
|
||||||
SBUSData data() {
|
SBUSData data() {
|
||||||
|
|||||||
Reference in New Issue
Block a user