| 162 | */ |
| 163 | static void enqueue_now_P(PGM_P const pcmd); |
| 164 | static void enqueue_now(FSTR_P const fcmd) { enqueue_now_P(FTOP(fcmd)); } |
| 165 | |
| 166 | /** |
| 167 | * Check whether there are any commands yet to be executed |
no outgoing calls
no test coverage detected