#ifndef __FDRS_TYPES_H__ typedef struct __attribute__((packed)) DataReading { float data; uint16_t id; uint8_t type; } DataReading; #endif