mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2026-01-01 01:41:18 +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.