1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/boards/avsextrem/drivers
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
..
avsextrem-cc1100.c Merge pull request #1329 from LudwigOrtmann/riot_license 2014-07-31 23:12:47 +02:00
avsextrem-smb380.c all over the place: use sched_active_pid 2014-08-17 21:04:25 +02:00
avsextrem-ssp0.c Merge pull request #1329 from LudwigOrtmann/riot_license 2014-07-31 23:12:47 +02:00
Makefile streamlined driver include pathes 2014-02-05 18:56:47 +01:00