mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-29 09:41:01 +08:00
bsps/arm: Make the Clock_isr() static again
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
#ifdef ARM_MULTILIB_ARCH_V7M
|
||||
|
||||
/* This is defined in clockdrv_shell.h */
|
||||
void Clock_isr(rtems_irq_hdl_param arg);
|
||||
static void Clock_isr(void *arg);
|
||||
|
||||
#define _ARMV7M_Systick_get_factor(freq) \
|
||||
((1000000000ULL << 32) / (freq))
|
||||
|
||||
Reference in New Issue
Block a user