mirror of
https://github.com/ferrous-systems/embedded-trainings-2020.git
synced 2025-02-08 13:52:19 +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] => {
|
["dongle-flash", hex] => {
|
||||||
let hexpath = env::current_dir()?.join(hex);
|
let hexpath = env::current_dir()?.join(hex);
|
||||||
tasks::dongle_flash(hexpath.to_str().unwrap())
|
tasks::dongle_flash(hexpath.to_str().unwrap())
|
||||||
},
|
}
|
||||||
["serial-term"] => tasks::serial_term(),
|
["serial-term"] => tasks::serial_term(),
|
||||||
["usb-list"] => tasks::usb_list(),
|
["usb-list"] => tasks::usb_list(),
|
||||||
_ => {
|
_ => {
|
||||||
|
|
Loading…
Reference in a new issue