mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-02-06 00:45:22 +08:00
[format][version]: synchronize bsp version configuration
This commit is contained in:
@@ -225,7 +225,7 @@ class PreProcessor:
|
||||
|
||||
def _process_define(self, line):
|
||||
"""处理宏定义"""
|
||||
# #define RT_NAME_MAX 8
|
||||
# #define RT_NAME_MAX 12
|
||||
parts = line.split(None, 2)
|
||||
if len(parts) >= 2:
|
||||
name = parts[1]
|
||||
|
||||
Reference in New Issue
Block a user