mirror of
https://github.com/ferrous-systems/embedded-trainings-2020.git
synced 2025-01-21 13:28:09 +00:00
whoops. cargo fmt
This commit is contained in:
parent
fbcf60a0ec
commit
1b14efbb8b
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ fn main() -> color_eyre::Result<()> {
|
|||
["dongle-flash", hex] => {
|
||||
let hexpath = env::current_dir()?.join(hex);
|
||||
tasks::dongle_flash(hexpath.to_str().unwrap())
|
||||
},
|
||||
}
|
||||
["serial-term"] => tasks::serial_term(),
|
||||
["usb-list"] => tasks::usb_list(),
|
||||
_ => {
|
||||
|
|
Loading…
Reference in a new issue