scripts: gen_defines: fix typo

Missing 's'.

Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>
This commit is contained in:
Martí Bolívar 2021-08-11 14:18:16 -07:00 committed by Anas Nashif
commit 3252821b4c

View file

@ -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 = ''