Ver Fonte

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

Signed-off-by: Zhouqi Jiang <luojia@hust.edu.cn>
Zhouqi Jiang há 1 ano atrás
pai
commit
fc65aed368
1 ficheiros alterados com 2 adições e 2 exclusões
  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) => {