From 641b972b3ebeafaa523410faa67daeb137930daa Mon Sep 17 00:00:00 2001 From: Jared Boone Date: Tue, 1 Dec 2015 15:41:51 -0800 Subject: [PATCH] Type and name clean-up of Manchester formatter. --- firmware/application/ui_receiver.cpp | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) 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