Compare commits

..

2 Commits

View File

@ -242,7 +242,7 @@ def main():
emit_dec += " * @param me the {filename} itself\n" emit_dec += " * @param me the {filename} itself\n"
emit_dec += " * @param t time to wait in ms before triggering event\n" emit_dec += " * @param t time to wait in ms before triggering event\n"
emit_dec += " * @param data data to put on the event for XF\n" emit_dec += " * @param data data to put on the event for XF\n"
emit_dec += " */" emit_dec += " */\n"
emit_dec += "void {filename}_emit{Event}({filename}* me, uint16_t t, int64_t data);" emit_dec += "void {filename}_emit{Event}({filename}* me, uint16_t t, int64_t data);"
emit_dec = emit_dec.replace("{filename}", fn_uc) emit_dec = emit_dec.replace("{filename}", fn_uc)