diff --git a/firmware/application/ui_receiver.cpp b/firmware/application/ui_receiver.cpp index 11199b31..ef746b3e 100644 --- a/firmware/application/ui_receiver.cpp +++ b/firmware/application/ui_receiver.cpp @@ -594,21 +594,21 @@ static ManchesterFormatted format_manchester( std::string hex_error; hex_data.reserve(payload_length_hex_characters); hex_error.reserve(payload_length_hex_characters); - - uint8_t byte_data = 0; - uint8_t byte_error = 0; + + uint_fast8_t data = 0; + uint_fast8_t error = 0; for(size_t i=0; i