Browse Source
Closes #1399. > Using a different value for SCHED_PRIO_LEVELS for 16 and 32 bit platforms hurts portability, one thing that we heavily advertise about RIOT. if you want to write a portable application, then you have to assume the lower value. This PR defaults `SCHED_PRIO_LEVELS` to 16 for every board.dev/timer

1 changed files with 1 additions and 3 deletions
Loading…
Reference in new issue