mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
5f29fed076
msg_send_int() sets `m->sender_pid = target_pid`. This was used to flag a message as having been sent by an ISR. This PR introduces a static inline function `msg_sent_by_int()` and a specific define for this purpose. |
||
---|---|---|
.. | ||
include | ||
bitarithm.c | ||
clist.c | ||
doc.txt | ||
hwtimer.c | ||
kernel_init.c | ||
lifo.c | ||
Makefile | ||
msg.c | ||
mutex.c | ||
priority_queue.c | ||
reboot.c | ||
ringbuffer.c | ||
sched.c | ||
thread.c |