mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
fixed some reassembling bugs
This commit is contained in:
parent
eff15fa054
commit
3819077ff4
@ -178,7 +178,6 @@ static void receive_packet(uint16_t type, uint8_t pos) {
|
||||
transceiver_type_t t;
|
||||
rx_buffer_pos = pos;
|
||||
msg m;
|
||||
|
||||
DEBUG("Packet received\n");
|
||||
switch (type) {
|
||||
case RCV_PKT_CC1020:
|
||||
|
Loading…
Reference in New Issue
Block a user