Skip to content
Snippets Groups Projects
Commit ff75b8bb authored by Daniel Agar's avatar Daniel Agar
Browse files

allow boolean tag

parent 26bb2fd2
No related branches found
No related tags found
No related merge requests found
......@@ -133,7 +133,7 @@ class SourceParser(object):
re_remove_dots = re.compile(r'\.+$')
re_remove_carriage_return = re.compile('\n+')
valid_tags = set(["group", "board", "min", "max", "unit", "decimal", "increment", "reboot_required", "value"])
valid_tags = set(["group", "board", "min", "max", "unit", "decimal", "increment", "reboot_required", "value", "boolean"])
# Order of parameter groups
priority = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment