diff --git a/XFTGenerator.py b/XFTGenerator.py index 9294ac5..2e9ace2 100644 --- a/XFTGenerator.py +++ b/XFTGenerator.py @@ -241,7 +241,7 @@ def main(): emit_dec += " * Emit the {event} event\n" emit_dec += " * @param me the {filename} itself\n" emit_dec += " * @param t time to wait in ms before triggering event\n" - emit_dec += " */" + emit_dec += " */\n" emit_dec += "void {filename}_emit{Event}({filename}* me, uint16_t t);" emit_dec = emit_dec.replace("{filename}", fn_uc)