Allow unused macros
This commit is contained in:
parent
7ce847ee3c
commit
426fc067b4
|
@ -1,3 +1,5 @@
|
||||||
|
#![allow(unused_macros)]
|
||||||
|
|
||||||
macro_rules! read_csr {
|
macro_rules! read_csr {
|
||||||
($csr_number:expr, $asm_fn: ident) => {
|
($csr_number:expr, $asm_fn: ident) => {
|
||||||
/// Reads the CSR
|
/// Reads the CSR
|
||||||
|
|
Loading…
Reference in New Issue