1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 22:43:50 +01:00
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
..
2018-03-06 14:00:32 +01:00
2019-11-23 22:39:38 +01:00
2019-11-23 22:39:38 +01:00
2018-06-11 19:12:02 +02:00
2015-08-30 14:00:33 +02:00