End a pakcet of data
| 2222 | |
| 2223 | // End a pakcet of data |
| 2224 | void END_DATA(int count, uint8_t *data, int offset) { MultiAddShort(count, data, &offset); } |
| 2225 | |
| 2226 | // Skips the header stuff at the beginning of a packet |
| 2227 | void SKIP_HEADER(uint8_t *data, int *count) { |
no test coverage detected