| 130 | */ |
| 131 | static void inject_P(PGM_P const pgcode) { injected_commands_P = pgcode; } |
| 132 | static void inject(FSTR_P const fgcode) { inject_P(FTOP(fgcode)); } |
| 133 | |
| 134 | /** |
| 135 | * Enqueue command(s) to run from SRAM. Drained by process_injected_command(). |
no outgoing calls
no test coverage detected