1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/riscv_common
Sören Tempel 5b15dc8932 fe310: Fix debug format strings
read_csr() returns an unsigned long, not a uint32_t. This causes a
-Wformat warning to be emitted when compiling with clang. This commit
fixes the warning by changing the format string.
2020-10-07 19:07:23 +00:00
..
include
ldscripts
periph
context_frame.c
irq_arch.c fe310: Fix debug format strings 2020-10-07 19:07:23 +00:00
Kconfig
Makefile
Makefile.dep
Makefile.features
Makefile.include
panic.c
riscv_init.c
start.S
thread_arch.c