1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/boards/avsextrem
René Kijewski 2cb4166c3e all over the place: use sched_active_pid
In many places we needlessly use `sched_active_thread->pid` whilst we
already have `sched_active_pid` with the same value, and one less
indirection.

`thread_getpid()` is made `static inline` so that there is no penalty in
using this function over accessing `sched_active_pid` directly.
2014-08-17 21:04:25 +02:00
..
drivers all over the place: use sched_active_pid 2014-08-17 21:04:25 +02:00
include converting tabs to spaces in boards (#1439) 2014-07-31 20:34:28 +02:00
board_init.c Merge pull request #1329 from LudwigOrtmann/riot_license 2014-07-31 23:12:47 +02:00
Makefile make: easifier usage of module subdirectories 2014-06-17 15:49:32 +02:00
Makefile.include avsextrem: use cc110x_ng as default transceiver driver 2014-07-30 22:18:23 +02:00