scripts: gen_defines: fix typo
Missing 's'. Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>
This commit is contained in:
parent
fa2e82becd
commit
3252821b4c
1 changed files with 1 additions and 1 deletions
|
@ -493,7 +493,7 @@ def write_child_functions(node):
|
||||||
node.children.values()))
|
node.children.values()))
|
||||||
|
|
||||||
def write_child_functions_status_okay(node):
|
def write_child_functions_status_okay(node):
|
||||||
# Writes macro that are helpers that will call a macro/function
|
# Writes macros that are helpers that will call a macro/function
|
||||||
# for each child node with status "okay".
|
# for each child node with status "okay".
|
||||||
|
|
||||||
functions = ''
|
functions = ''
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue