fix uorb header template for constants

This commit is contained in:
Thomas Gubler 2014-12-02 12:17:34 +01:00
parent eba62a75a4
commit 141dda2092
1 changed files with 1 additions and 1 deletions

View File

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