enable set systick priority for bumblebee

This commit is contained in:
acevest
2019-09-26 20:11:59 +08:00
parent f03535a484
commit 384a4f6ef3
9 changed files with 27 additions and 16 deletions

View File

@@ -24,6 +24,8 @@
#define CLINT_MTIMECMP 0x0008
#define CLINT_MTIME 0x0000
void riscv_cpu_init();
void port_cpu_init();
void port_systick_priority_set(uint32_t priority);
#endif // _RISCV_PORT_H_