mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
Merge pull request #414 from OlegHahm/revert_lowpan_notifier
Revert "pointer handling in lowpan notifier was wrong"
This commit is contained in:
commit
a03730a8aa
@ -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