mirror of
https://github.com/ferrous-systems/embedded-trainings-2020.git
synced 2025-01-26 07:48:06 +00:00
dk-run: fix typo
This commit is contained in:
parent
1548a036ce
commit
86c0c25534
1 changed files with 1 additions and 1 deletions
|
@ -208,7 +208,7 @@ fn notmain() -> Result<i32, anyhow::Error> {
|
||||||
if try_index < NUM_RETRIES {
|
if try_index < NUM_RETRIES {
|
||||||
log::info!("Could not attach because the target's RTT control block isn't initialized (yet). retrying");
|
log::info!("Could not attach because the target's RTT control block isn't initialized (yet). retrying");
|
||||||
} else {
|
} else {
|
||||||
log::info!("Max number RTT attach of retries exceeded. Did you call dk::init() first thing in your program?");
|
log::info!("Max number of RTT attach retries exceeded. Did you call dk::init() first thing in your program?");
|
||||||
return Err(anyhow!(probe_rs_rtt::Error::ControlBlockNotFound));
|
return Err(anyhow!(probe_rs_rtt::Error::ControlBlockNotFound));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue