mirror of https://github.com/ArduPilot/ardupilot
AP_RCProtocol: remove unused enumeration
This commit is contained in:
parent
4996c17a75
commit
3ab5f8139c
|
@ -43,10 +43,6 @@ public:
|
|||
|
||||
// allow for backends that need regular polling
|
||||
virtual void update(void) {}
|
||||
enum {
|
||||
PARSE_TYPE_SIGREAD,
|
||||
PARSE_TYPE_SERIAL
|
||||
};
|
||||
|
||||
// get number of frames, ignoring failsafe
|
||||
uint32_t get_rc_frame_count(void) const {
|
||||
|
|
Loading…
Reference in New Issue