Explorar o código

sbi-rt: small fix on symbol names of test logging module

Signed-off-by: Zhouqi Jiang <[email protected]>
Zhouqi Jiang hai 1 ano
pai
achega
fc65aed368
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      sbi-testing/src/log_test.rs

+ 2 - 2
sbi-testing/src/log_test.rs

@@ -40,10 +40,10 @@ impl Testing {
                 ProbeExtensions(exts) => {
                     info!(target: TARGET, "sbi extensions = {exts}");
                 }
-                GetMVendorId(id) => {
+                GetMvendorId(id) => {
                     info!(target: TARGET, "mvendor id = {id:#x}");
                 }
-                GetMArchId(id) => {
+                GetMarchId(id) => {
                     info!(target: TARGET, "march id = {id:#x}");
                 }
                 GetMimpId(id) => {