mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-17 02:23:49 +01:00
Returning the number of bytes written/read could return a negative integer because a uint32_t is expected for the length in read()/write() operations.