Function configure_trap_handler

Source
pub unsafe fn configure_trap_handler()
Expand description

The ESP32C3 should support non-vectored and vectored interrupts, but vectored interrupts seem more reliable so let’s use that.