mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Revert "pointer handling in lowpan notifier was wrong"
This reverts commit 5ccf653164
.
This commit is contained in:
parent
7f0d71a418
commit
9ee8bb2b18
@ -745,7 +745,7 @@ void lowpan_read(uint8_t *data, uint8_t length, ieee_802154_long_t *s_laddr,
|
||||
m_send.type = LOWPAN_FRAME_RECEIVED;;
|
||||
current_frame.length = length;
|
||||
current_frame.data = data;
|
||||
m_send.content.ptr = (char *) current_frame;
|
||||
m_send.content.ptr = (char *) ¤t_frame;
|
||||
msg_send(&m_send, sixlowpan_reg[i], 1);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user