diff --git a/examples/Tools/SerialNINAPassthrough/SerialNINAPassthrough.ino b/examples/Tools/SerialNINAPassthrough/SerialNINAPassthrough.ino index acfd078..70da2ad 100644 --- a/examples/Tools/SerialNINAPassthrough/SerialNINAPassthrough.ino +++ b/examples/Tools/SerialNINAPassthrough/SerialNINAPassthrough.ino @@ -97,9 +97,7 @@ void loop() { dtr = -1; baud = Serial.baud(); -#ifndef ARDUINO_SAMD_MKRVIDOR4000 SerialNina.begin(baud); -#endif } #endif }