1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/test_hwtimer_spin
Ludwig Ortmann 19d9d67f4e tests: fix test_hwtimer_spin
Actually test hwtimer_spin, not hwtimer_arch*

`hwtimer_wait` calls `hwtimer_spin` only for delays `<= 6`, that's why a
pure test_hwtimer_spin test should not pass values `>6`.
Also decrement delay in steps of 1.
2014-04-23 15:43:14 +02:00
..
main.c tests: fix test_hwtimer_spin 2014-04-23 15:43:14 +02:00
Makefile Add DISABLE_MODULE += auto_init to tests 2014-04-02 14:41:17 +02:00