mirror of
https://github.com/m-labs/artiq.git
synced 2024-12-25 11:18:27 +08:00
runtime: Update core config panic_reset command suggestion message
This commit is contained in:
parent
ddd34e5a9c
commit
6d6f66338b
@ -379,7 +379,7 @@ pub fn panic_impl(info: &core::panic::PanicInfo) -> ! {
|
||||
unsafe { boot::reset() }
|
||||
} else {
|
||||
println!("halting.");
|
||||
println!("use `artiq_coreconfig write -s panic_reset 1` to restart instead");
|
||||
println!("use `artiq_coremgmt config write -s panic_reset 1` to restart instead");
|
||||
loop {}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user