Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information