mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
2cb4166c3e
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. |
||
---|---|---|
.. | ||
arch_cc1100.h | ||
cc1100_phy.c | ||
cc1100_phy.h | ||
cc1100_spi.c | ||
cc1100_spi.h | ||
cc1100-csmaca-mac.c | ||
cc1100-csmaca-mac.h | ||
cc1100-defaultSettings.c | ||
cc1100-defaultSettings.h | ||
cc1100-internal.h | ||
cc1100.c | ||
cc1100.h | ||
Makefile |