1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

test_hwtimer: hwtimer is automatically initialized now

This commit is contained in:
Oleg Hahm 2014-03-22 18:18:03 +01:00
parent c8bf4efbb4
commit 9343c8a04a

View File

@ -36,11 +36,6 @@ int main(void)
{
puts("hwtimer test application...");
puts("Initializing hwtimer...");
hwtimer_init();
puts("Initializing hwtimer [OK].");
puts("");
puts(" Timers should print \"callback x\" once when they run out.");
printf(" The order for x is 1, n-1, n-2, ..., 2 where n is the number of available hardware timers (%u on this platform).\n", ARCH_MAXTIMERS);