mirror of
https://github.com/ferrous-systems/embedded-trainings-2020.git
synced 2025-01-10 08:15:36 +00:00
speed bump lol
This commit is contained in:
parent
c658680a00
commit
0101a78c50
1 changed files with 1 additions and 1 deletions
|
@ -198,7 +198,7 @@ pub fn serial_term() -> color_eyre::Result<()> {
|
|||
}
|
||||
};
|
||||
|
||||
let mut port = serialport::new(&dongle.port_name, 9600).open()?;
|
||||
let mut port = serialport::new(&dongle.port_name, 115200).open()?;
|
||||
|
||||
static CONTINUE: AtomicBool = AtomicBool::new(true);
|
||||
|
||||
|
|
Loading…
Reference in a new issue