Index: firmware/App/Services/MessagePayloads.h =================================================================== diff -u -rc84daa1f07003427fc5cdde8f5651434478f7313 -re28798081348b470495ec605fcadda4276f37c46 --- firmware/App/Services/MessagePayloads.h (.../MessagePayloads.h) (revision c84daa1f07003427fc5cdde8f5651434478f7313) +++ firmware/App/Services/MessagePayloads.h (.../MessagePayloads.h) (revision e28798081348b470495ec605fcadda4276f37c46) @@ -50,19 +50,6 @@ typedef struct { - F32 x; - F32 y; - F32 z; - F32 xMax; - F32 yMax; - F32 zMax; - F32 xTilt; - F32 yTilt; - F32 zTilt; -} HD_ACCEL_DATA_PAYLOAD_T; - -typedef struct -{ F32 gain; F32 offset; } LINEAR_F32_CAL_PAYLOAD_T;