mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-28 23:29:45 +01:00
16f859dafd
This makes life easier when calling e.g. `saul_reg_write()` with data stored in flash. As now the signatures for reading and writing differ (in that `const` qualifier only), `saul_notsup()` is split into `saul_write_notsup()` and `saul_read_notsup()`. However, one is implemented as a symbol alias of the other, so that ROM consumption remains unchanged. |
||
---|---|---|
.. | ||
include | ||
jc42_saul.c | ||
jc42.c | ||
Kconfig | ||
Makefile | ||
Makefile.dep | ||
Makefile.include |