diff --git a/firmware/console/binary/tooth_logger.cpp b/firmware/console/binary/tooth_logger.cpp index 0e0e98e869..e7cac77a48 100644 --- a/firmware/console/binary/tooth_logger.cpp +++ b/firmware/console/binary/tooth_logger.cpp @@ -11,10 +11,6 @@ #if EFI_TOOTH_LOGGER -typedef struct __attribute__ ((packed)) { - uint16_t timestamp; -} tooth_logger_s; - typedef struct __attribute__ ((packed)) { // the whole order of all packet bytes is reversed, not just the 'endian-swap' integers uint32_t timestamp;