mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-25 06:23:53 +01:00
Revert "pointer handling in lowpan notifier was wrong"
This reverts commit 5ccf65316455a7590f4bd18f7af54d7444b906fc.
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…
x
Reference in New Issue
Block a user