Commit a0f84df
committed
Fix mbed compile --flash
Unknown error is thrown while executing mbed compile --flash:
[mbed] ERROR: Unknown Error: local variable 'baudrate' referenced before assignment
Add the required argument to compile_ method.
This also fixes another error while mbed compile --flash --baudrate 9600:
[mbed] ERROR: Unknown Error: compile_() got an unexpected keyword argument 'baudrate'
This is a regression introduced by
#8371 parent 1bcb04d commit a0f84df
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2640 | 2640 | | |
2641 | 2641 | | |
2642 | 2642 | | |
2643 | | - | |
| 2643 | + | |
2644 | 2644 | | |
2645 | 2645 | | |
2646 | 2646 | | |
| |||
0 commit comments