| 522 | } |
| 523 | |
| 524 | static void doRunPromiseJobs(void *machine, void *refcon, uint8_t *message, uint16_t messageLength) |
| 525 | { |
| 526 | fxRunPromiseJobs((txMachine *)machine); |
| 527 | } |
| 528 | |
| 529 | void fxQueuePromiseJobs(txMachine* the) |
| 530 | { |
nothing calls this directly
no test coverage detected