Some programmer do not need a baudrate

Signed-off-by: Martin <Ho-Ro@users.noreply.github.com>
This commit is contained in:
Martin
2023-12-14 12:45:22 +01:00
parent 8711ad579d
commit a16c5d034f

View File

@@ -1309,8 +1309,6 @@ int main(int argc, char * argv [])
}
else if (pgm->baudrate)
imsg_notice("Programmer baud rate : %d\n", pgm->baudrate);
else
imsg_notice("Programmer baud rate : NOT SET\n");
if (bitclock != 0.0) {
imsg_notice("Setting bit clk period: %.1f us\n", bitclock);