Set the panicking behavior to enable the d13 red led on the back of the pygamer. It steals the underlying d13 pin, sets it to functiona and then intopush_pull before enabling, so you COULD still use it for during normal program operation.
```rust
use pygamer as hal;
use pygamerpanicled as _;
fn main() { panic!("argument is ignored"); } ```