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

This commit is contained in:
Haojin Tang
2025-09-01 12:58:57 +08:00
committed by R b b666
parent 483117fa14
commit b27e405faa

View File

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