| 961 | |
| 962 | |
| 963 | static void doRunPromiseJobs(void *machine, void *refcon, uint8_t *message, uint16_t messageLength) |
| 964 | { |
| 965 | fxRunPromiseJobs((txMachine *)machine); |
| 966 | } |
| 967 | |
| 968 | void fxQueuePromiseJobs(txMachine* the) |
| 969 | { |
nothing calls this directly
no test coverage detected