enable set systick priority for bumblebee
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
void riscv_cpu_init() {
|
||||
#include "tos.h"
|
||||
|
||||
__PORT__ void port_cpu_init() {
|
||||
// DO NOTHING
|
||||
}
|
||||
|
||||
__PORT__ void port_systick_priority_set(uint32_t priority) {
|
||||
// DO NOTHING
|
||||
}
|
||||
|
Reference in New Issue
Block a user