From 34df8d6e9a82ba7d135dd0c2ce376fee8a1b71c9 Mon Sep 17 00:00:00 2001 From: Matthew Kennedy Date: Fri, 3 Mar 2023 02:21:43 -0800 Subject: [PATCH] dead define --- firmware/console/binary/tunerstudio_io.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/firmware/console/binary/tunerstudio_io.h b/firmware/console/binary/tunerstudio_io.h index da8bac011b..238377a68c 100644 --- a/firmware/console/binary/tunerstudio_io.h +++ b/firmware/console/binary/tunerstudio_io.h @@ -113,8 +113,6 @@ protected: #endif // HAL_USE_UART #define CRC_VALUE_SIZE 4 -// todo: double-check this -#define CRC_WRAPPING_SIZE (CRC_VALUE_SIZE + 3) // that's 1 second #define BINARY_IO_TIMEOUT TIME_MS2I(1000)