mirror of
https://github.com/laanwj/k210-sdk-stuff.git
synced 2024-11-22 17:36:20 +04:00
b6b5d13b0c
really want to handle UART interrupts so this needs PLIC and dispatching but this is a start…
3 lines
63 B
Plaintext
3 lines
63 B
Plaintext
/* set our own trap handler */
|
|
trap_handler = my_trap_handler;
|