Compare commits
2 Commits
a66c9ad74a
...
003c5c901e
Author | SHA1 | Date | |
---|---|---|---|
003c5c901e | |||
1b95094b86 |
@ -242,7 +242,7 @@ def main():
|
||||
emit_dec += " * @param me the {filename} itself\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 += " */"
|
||||
emit_dec += " */\n"
|
||||
emit_dec += "void {filename}_emit{Event}({filename}* me, uint16_t t, int64_t data);"
|
||||
emit_dec = emit_dec.replace("{filename}", fn_uc)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user