kopia lustrzana https://github.com/stlink-org/stlink
rodzic
8fad9be9d0
commit
2f27e8ec98
|
@ -287,10 +287,9 @@ int32_t main(int32_t ac, char** av) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (o.reset) {
|
if (o.reset) stlink_reset(sl, RESET_AUTO);
|
||||||
stlink_reset(sl, RESET_AUTO);
|
|
||||||
stlink_run(sl, RUN_NORMAL);
|
stlink_run(sl, RUN_NORMAL);
|
||||||
}
|
|
||||||
|
|
||||||
err = 0; // success
|
err = 0; // success
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue