dkhayes117 %!s(int64=3) %!d(string=hai) anos
pai
achega
9ec95a336a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/register/macros.rs

+ 1 - 1
src/register/macros.rs

@@ -272,7 +272,7 @@ macro_rules! read_composite_csr {
 }
 
 macro_rules! set_pmp {
-     () => {
+    () => {
         /// Set the pmp configuration corresponding to the index
         #[inline]
         pub unsafe fn set_pmp(index: usize, range: Range, permission: Permission, locked: bool) {