mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-24 05:53:49 +01:00
remove static flag, it's not static
This commit is contained in:
parent
69c526f44d
commit
6652ecc87a
@ -29,7 +29,7 @@ static int set_longterm(vtimer_t *timer);
|
||||
static int set_shortterm(vtimer_t *timer);
|
||||
|
||||
#ifdef ENABLE_DEBUG
|
||||
static void vtimer_print(vtimer_t *t);
|
||||
void vtimer_print(vtimer_t *t);
|
||||
#endif
|
||||
|
||||
static queue_node_t longterm_queue_root;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user