Made the timer __inline's static.

This commit is contained in:
OBattler
2020-07-15 22:29:40 +02:00
parent 0b4b2b4d2f
commit 4cd6ffa5fd

View File

@@ -232,7 +232,7 @@ extern pc_timer_t * timer_head;
extern int timer_inited;
__inline void
static __inline void
timer_remove_head_inline(void)
{
pc_timer_t *timer;
@@ -250,7 +250,7 @@ timer_remove_head_inline(void)
}
__inline void
static __inline void
timer_process_inline(void)
{
pc_timer_t *timer;