| 368 | */ |
| 369 | |
| 370 | static void doRunPromiseJobs(void *the, void *refcon, uint8_t *message, uint16_t messageLength) |
| 371 | { |
| 372 | fxRunPromiseJobs((txMachine *)the); |
| 373 | } |
| 374 | |
| 375 | void fxQueuePromiseJobs(txMachine* the) |
| 376 | { |
nothing calls this directly
no test coverage detected