mirror of
https://github.com/avrdudes/avrdude.git
synced 2026-09-22 17:16:24 +03:00
Some programmer do not need a baudrate
Signed-off-by: Martin <Ho-Ro@users.noreply.github.com>
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user