mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-12-05 15:15:29 +00:00
fix(riscv, cpp): remove rt_hw_cpu_id in cpuport.h to fix error
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user