Initial project setup
This commit is contained in:
@@ -0,0 +1,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) {
|
||||
|
||||
}
|
||||
|
||||
/* -------------------------------------------------------------------------- */
|
||||
Reference in New Issue
Block a user