mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-26 15:03:53 +01:00
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.