1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-18 03:52:11 +01:00

OP-1246 removed left over crc_table member from ground uavtalk

This commit is contained in:
Philippe Renon 2014-03-04 10:03:45 +01:00
parent 7ab38eacb6
commit 5d7e37f6b8

View File

@ -105,8 +105,6 @@ private:
static const int TX_BUFFER_SIZE = 2 * 1024;
static const quint8 crc_table[256];
// Types
typedef enum {
STATE_SYNC, STATE_TYPE, STATE_SIZE, STATE_OBJID, STATE_INSTID, STATE_DATA, STATE_CS, STATE_COMPLETE, STATE_ERROR