core/hwtimer: fix HWTIMER_SPIN_BARRIER doc

dev/timer
Ludwig Ortmann 8 years ago
parent c4e961c082
commit 68e1db938c

@ -53,8 +53,8 @@ per second for the current architecture."
/**
* @brief Upper bound for hwtimer_spin
*
* @note Barrier below which hwtimer_spin is called instead of
* setting a timer and yielding the thread.
* @note Barrier starting from which hwtimer_spin is called instead
* of setting a timer and yielding the thread.
*
* Boards should override this.
*

Loading…
Cancel
Save