diff --git a/src/main/drivers/dshot_bitbang_decode.c b/src/main/drivers/dshot_bitbang_decode.c index ab82649f36..3d85c851c7 100644 --- a/src/main/drivers/dshot_bitbang_decode.c +++ b/src/main/drivers/dshot_bitbang_decode.c @@ -51,7 +51,7 @@ uint16_t bbBuffer[134]; #define DSHOT_TELEMETRY_START_MARGIN 10 -static unsigned int preambleSkip = 0; +static uint8_t preambleSkip = 0; typedef struct bitBandWord_s { uint32_t value;