1
0
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:
Johann Fischer 2015-02-11 11:52:08 +01:00
parent d5efb32b59
commit ce423816af

View File

@ -136,6 +136,7 @@ static void *recv_ieee802154_frame(void *arg)
}
else {
DEBUG("Unknown IEEE 802.15.4 source address mode.\n");
p->processing--;
continue;
}