| 80 | } |
| 81 | |
| 82 | int OSSerial::set_custom_latency (int latency) |
| 83 | { |
| 84 | // there is a method to set latency in registry but it restarts the device, keep it separate and |
| 85 | // dont add here |
| 86 | return SerialExitCodes::SET_PORT_STATE_ERROR; |
| 87 | } |
| 88 | |
| 89 | #elif defined(__linux__) && !defined(__ANDROID__) |
| 90 |
nothing calls this directly
no outgoing calls
no test coverage detected