mirror of
https://github.com/okalachev/flix.git
synced 2025-07-27 17:49:33 +00:00
Minor fix for SBUS dummy for simulator
This commit is contained in:
parent
646fa46f6b
commit
fff7262d1b
@ -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() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user