Function kernel::debug::panic_blink_forever [] [src]

pub fn panic_blink_forever<L: Led>(led: &mut L) -> !

Blinks a recognizable pattern forever.

If a multi-color LED is used for the panic pattern, it is advised to turn off other LEDs before calling this method.