style to prevent cppcheck duplicate assignment warning

This commit is contained in:
Philippe Teuwen 2021-09-03 23:45:48 +02:00
parent 0db962640c
commit 0830cfcf1c

View file

@ -645,8 +645,8 @@ static int CmdFdxBReader(const char *Cmd) {
config.verbose = false;
int16_t old_div = config.divisor;
int16_t curr_div = config.divisor;
int16_t old_div = curr_div;
if (cm) {
PrintAndLogEx(INFO, "Press " _GREEN_("<Enter>") " to exit");