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
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
..
gomach gnrc_gomac: don't use constant as argument for RTT callback 2019-12-02 08:14:55 +01:00
lorawan gnrc_lorawan: add initial support for LoRaWAN stack 2019-11-26 21:52:06 +01:00
lwmac gnrc_lwmac: use uintptr_t to get value of pointer 2019-12-10 17:18:30 +01:00
mac gnrc_mac: rename directory in line with other modules 2019-05-09 14:46:35 +02:00