diff --git a/artiq/firmware/runtime/lib.rs b/artiq/firmware/runtime/lib.rs index 168057590..b84e5976a 100644 --- a/artiq/firmware/runtime/lib.rs +++ b/artiq/firmware/runtime/lib.rs @@ -180,6 +180,8 @@ pub extern fn panic_fmt(args: core::fmt::Arguments, file: &'static str, line: u3 println!("rebooting..."); unsafe { board::boot::reboot() } } else { + println!("halting."); + println!("use `artiq_coreconfig write -s panic_reboot 1` to reboot instead"); loop {} } }