mirror of
https://github.com/hathach/tinyusb.git
synced 2025-02-07 05:54:11 +08:00
36 lines
708 B
C
36 lines
708 B
C
|
#include "ch32f20x_it.h"
|
||
|
|
||
|
#include "ch32f20x.h"
|
||
|
|
||
|
/* -------------------------------------------------------------------------- */
|
||
|
|
||
|
void NMI_Handler(void) {
|
||
|
|
||
|
}
|
||
|
|
||
|
/* -------------------------------------------------------------------------- */
|
||
|
|
||
|
void MemManage_Handler(void) {
|
||
|
|
||
|
}
|
||
|
|
||
|
/* -------------------------------------------------------------------------- */
|
||
|
|
||
|
void BusFault_Handler(void) {
|
||
|
|
||
|
}
|
||
|
|
||
|
/* -------------------------------------------------------------------------- */
|
||
|
|
||
|
void UsageFault_Handler(void) {
|
||
|
|
||
|
}
|
||
|
|
||
|
/* -------------------------------------------------------------------------- */
|
||
|
|
||
|
void DebugMon_Handler(void) {
|
||
|
|
||
|
}
|
||
|
|
||
|
/* -------------------------------------------------------------------------- */
|