summaryrefslogtreecommitdiff
path: root/hw/bsp/ch32f20x/ch32f20x_it.c
blob: 94e28e380bda25bc66ae460139e12cac6dbf2cde (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
#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) {

}

/* -------------------------------------------------------------------------- */