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