move type to single header file

pull/17/head
DevilBinder 2 years ago
parent 3818d88dd5
commit 078e2bf3cd

@ -0,0 +1,9 @@
#ifndef __FDRS_TYPES_H__
typedef struct __attribute__((packed)) DataReading {
float data;
uint16_t id;
uint8_t type;
} DataReading;
#endif
Loading…
Cancel
Save