| 119 | } |
| 120 | |
| 121 | uint8_t fxInNetworkDebugLoop(txMachine *the) |
| 122 | { |
| 123 | #ifdef mxDebug |
| 124 | return the->DEBUG_LOOP && the->connection && (kSerialConnection != the->connection); |
| 125 | #else |
| 126 | return 0; |
| 127 | #endif |
| 128 | } |
| 129 | |
| 130 | void fx_putc(void *refcon, char c) |
| 131 | { |
no outgoing calls
no test coverage detected