mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-25 22:43:50 +01:00
remove static for vtimer_print
This commit is contained in:
parent
87f47513fb
commit
e65ae85640
@ -94,7 +94,7 @@ int vtimer_remove(vtimer_t *t);
|
||||
/**
|
||||
* @brief Prints a vtimer_t
|
||||
*/
|
||||
static void vtimer_print(vtimer_t *t);
|
||||
void vtimer_print(vtimer_t *t);
|
||||
|
||||
/**
|
||||
* @brief Prints the vtimer shortterm queue (use for debug purposes)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user