[format][version]: synchronize bsp version configuration

This commit is contained in:
kurisaw
2025-10-23 10:42:47 +08:00
committed by R b b666
parent 3559323427
commit e2aed47b6c
1082 changed files with 27578 additions and 38218 deletions

View File

@@ -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]