1
0
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:
Stephan Zeisberg 2011-02-22 13:25:45 +01:00
parent eff15fa054
commit 3819077ff4

View File

@ -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: