mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 01:12:11 +00:00
fix uorb header template for constants
This commit is contained in:
@@ -82,7 +82,7 @@ for field in spec.parsed_fields():
|
||||
}@
|
||||
@# Constants
|
||||
@[for constant in spec.constants]@
|
||||
#define @(constant.name) = @(int(constant.val))
|
||||
#define @(constant.name) @(int(constant.val))
|
||||
@[end for]
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user