mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
00ff291f2e
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 |
||
---|---|---|
.. | ||
include | ||
lwmac_internal.c | ||
lwmac.c | ||
Makefile | ||
rx_state_machine.c | ||
timeout.c | ||
tx_state_machine.c |