[][src]Crate panic_msp430

Set panicking behaviour to an infinite loop.

Unlike other panic implementations, this one relies on intrinsics specific to MSP430, so it actually builds on MSP430 targets. The implementation was originally extracted from msp430-rt crate.