mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-21 16:18:29 -04:00
RCInput_UART: remove unused _count, _direction
resolves a compiler warning
This commit is contained in:
parent
3c7b2232b0
commit
d6d5bac419
@ -17,10 +17,6 @@ public:
|
||||
void _timer_tick(void) override;
|
||||
|
||||
private:
|
||||
|
||||
uint8_t _count;
|
||||
int8_t _direction;
|
||||
|
||||
int _fd;
|
||||
uint8_t *_pdata;
|
||||
ssize_t _remain;
|
||||
|
Loading…
Reference in New Issue
Block a user