mirror of
https://github.com/okalachev/flix.git
synced 2025-07-27 09:39: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 {
|
||||
public:
|
||||
SBUS(HardwareSerial& bus) {};
|
||||
SBUS(HardwareSerial& bus, const bool inv = true) {};
|
||||
void begin() {};
|
||||
bool read() { return joystickGet(); };
|
||||
SBUSData data() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user