AP_RCProtocol: remove unused enumeration

This commit is contained in:
Peter Barker 2024-02-20 20:29:20 +11:00 committed by Andrew Tridgell
parent 4996c17a75
commit 3ab5f8139c
1 changed files with 0 additions and 4 deletions

View File

@ -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 {