mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-21 10:36:04 +08:00
[libcpu][riscv]移除ch32中的冗余文件,使用common下的文件 (#6813)
* [libcpu][riscv]移除ch32中的冗余文件,使用common下的文件 * 修正cpuport.h宏定义 * 规范宏定义格式
This commit is contained in:
@@ -18,8 +18,6 @@ elif rtconfig.CPU == "virt64" :
|
||||
group = group
|
||||
elif rtconfig.CPU == "c906" :
|
||||
group = group
|
||||
elif rtconfig.CPU == "ch32" :
|
||||
group = group
|
||||
elif rtconfig.CPU == "hpmicro":
|
||||
group = group
|
||||
else :
|
||||
|
||||
Reference in New Issue
Block a user