bumblebee use eclic_mtip_handler as systick handler
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
#include "tos.h"
|
||||
void SysTick_IRQHandler() {
|
||||
|
||||
// systick handler
|
||||
void eclic_mtip_handler() {
|
||||
port_systick_config((uint32_t)k_cpu_cycle_per_tick);
|
||||
if (tos_knl_is_running()) {
|
||||
tos_knl_irq_enter();
|
||||
|
Reference in New Issue
Block a user