mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-15 17:43:51 +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.