summaryrefslogtreecommitdiffstats
path: root/rtemsspec/interface.py
diff options
context:
space:
mode:
Diffstat (limited to 'rtemsspec/interface.py')
-rw-r--r--rtemsspec/interface.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/rtemsspec/interface.py b/rtemsspec/interface.py
index 7c303f35..3a77409b 100644
--- a/rtemsspec/interface.py
+++ b/rtemsspec/interface.py
@@ -218,6 +218,7 @@ def _get_register_name(definition: Dict[str, Any]) -> Tuple[str, str]:
_CONSTRAINT_TARGET = {
"interface/function": "this directive",
+ "interface/define": "this constant",
"interface/macro": "this directive",
"interface/typedef": "functions of this type",
}