Skip to content
Snippets Groups Projects
  • Ludwig Knüpfer's avatar
    19d9d67f
    tests: fix test_hwtimer_spin · 19d9d67f
    Ludwig Knüpfer authored
    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.
    19d9d67f
    History
    tests: fix test_hwtimer_spin
    Ludwig Knüpfer authored
    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.