mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
sys/net/network_layer/sixlowpan/mac.c: add missing p->processing--;
This commit is contained in:
parent
d5efb32b59
commit
ce423816af
@ -136,6 +136,7 @@ static void *recv_ieee802154_frame(void *arg)
|
|||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
DEBUG("Unknown IEEE 802.15.4 source address mode.\n");
|
DEBUG("Unknown IEEE 802.15.4 source address mode.\n");
|
||||||
|
p->processing--;
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user