diff --git a/IOArduino.cpp b/IOArduino.cpp index c891bc5..3927fa0 100644 --- a/IOArduino.cpp +++ b/IOArduino.cpp @@ -242,11 +242,7 @@ void CIO::RXD_pin_write(bool on) void CIO::TXD_pin(bool on) { -#if defined(BIDIR_DATA_PIN) digitalWrite(PIN_TXD, on ? HIGH : LOW); -#else - digitalWrite(PIN_CLKOUT, on ? HIGH : LOW); -#endif } void CIO::LED_pin(bool on)