1
0
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:
Oleg Hahm 2013-08-15 19:13:21 +02:00
parent 87f47513fb
commit e65ae85640

View File

@ -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)