Bläddra i källkod

fix(riscv, cpp): remove `rt_hw_cpu_id` in `cpuport.h` to fix error

Haojin Tang 1 vecka sedan
förälder
incheckning
b27e405faa
1 ändrade filer med 0 tillägg och 2 borttagningar
  1. 0 2
      libcpu/risc-v/common64/cpuport.h

+ 0 - 2
libcpu/risc-v/common64/cpuport.h

@@ -43,8 +43,6 @@ rt_inline void rt_hw_isb(void)
     __asm__ volatile(OPC_FENCE_I:::"memory");
 }
 
-int rt_hw_cpu_id(void);
-
 #endif
 
 #endif