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

This commit is contained in:
Haojin Tang
2025-09-01 18:42:08 +08:00
committed by R b b666
parent 483117fa14
commit b27e405faa
-2
View File
@@ -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