Don't need that

This commit is contained in:
XANTRONIX Development 2017-11-29 21:14:24 -06:00
parent 87a3d4cf60
commit a4acd912d3

View file

@ -19,11 +19,6 @@ enum {
SKIPSTONE_MESSAGE_ENDPOINT_PHONE_CONTROL = 33 SKIPSTONE_MESSAGE_ENDPOINT_PHONE_CONTROL = 33
}; };
enum skipstone_message_endianness {
SKIPSTONE_MESSAGE_ENDIAN_LITTLE,
SKIPSTONE_MESSAGE_ENDIAN_BIG
};
typedef struct _skipstone_message_header { typedef struct _skipstone_message_header {
uint16_t size, uint16_t size,
id; id;