summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
Diffstat (limited to 'utils')
-rwxr-xr-xutils/gen-debug-controls.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/gen-debug-controls.py b/utils/gen-debug-controls.py
index 02585073..272597f4 100755
--- a/utils/gen-debug-controls.py
+++ b/utils/gen-debug-controls.py
@@ -106,6 +106,7 @@ def main(argv):
p = m.file.relative_to(root_dir)
desc = {'type': m.type,
+ 'direction': 'out',
'description': f'Debug control {m.name} found in {p}:{m.line}'}
if m.size is not None:
desc['size'] = m.size