1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/net/gnrc/link_layer/lwmac
Benjamin Valentin 00ff291f2e gnrc_lwmac: use uintptr_t to get value of pointer
A pointer is not 32 bit on all platforms.
Since gnrc_lwmac only stores 16 bit in the pointer variable it is
still save to cast like this even on AVR, but cast to uintptr_t
instead of uint32_t.

fixes #12869
2019-12-10 17:18:30 +01:00
..
include gomach: a robust traffic adaptive multichannel MAC for IoT. 2017-11-30 18:51:49 +01:00
lwmac_internal.c netstats: collect layer 2 netstats in gnrc_netif 2019-02-01 10:35:03 +02:00
lwmac.c gnrc_lwmac: use uintptr_t to get value of pointer 2019-12-10 17:18:30 +01:00
Makefile LWMAC: a simple duty cycling 802.15.4 MAC protocol. 2017-06-21 16:40:04 +02:00
rx_state_machine.c sys/net/lwmac: remove not needed pkt pointer check 2019-09-20 09:01:08 +02:00
timeout.c gnrc: lwmac: DEBUG fix 2018-01-15 14:37:04 +01:00
tx_state_machine.c sys/net: fix typos 2019-11-23 22:39:38 +01:00