mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
b15af47f34
- replace all `int`s and `unsigned`s with integers with fixed width - replaced all signed integers of sizes with unsigned ones (sizes cannot be negative) - made bitshifts 8-bit safe (e.g. `1 << 24` is valid on 32-bit, but undefined behavior on 8-bit, as a 16 bit wide `int` would be shifted by more than the type width) - use `void *` / `const void *` for data buffers to ease use |
||
---|---|---|
.. | ||
include | ||
Kconfig | ||
Makefile | ||
Makefile.dep | ||
Makefile.include | ||
sdcard_spi.c |