mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-14 17:13:50 +01:00
For all currently supported platforms `unsigned long` is 32 bit in width. But better use `uint32_t` to be safe.
For all currently supported platforms `unsigned long` is 32 bit in width. But better use `uint32_t` to be safe.