| 7 | ModemDigitalOutput::ModemDigitalOutput() = default; |
| 8 | |
| 9 | ModemDigital::ModemDigital() : Modem() { |
| 10 | #if ENABLE_DIGITAL_LAB |
| 11 | digitalOut = nullptr; |
| 12 | #endif |
| 13 | } |
| 14 | |
| 15 | ModemDigitalOutput::~ModemDigitalOutput() = default; |
| 16 |
nothing calls this directly
no outgoing calls
no test coverage detected