forked from Archive/PX4-Autopilot
fix uorb header template for constants
This commit is contained in:
parent
eba62a75a4
commit
141dda2092
|
@ -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]
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue