diff options
-rw-r--r-- | examples/test-spi-roundtrip.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/test-spi-roundtrip.cpp b/examples/test-spi-roundtrip.cpp index 647e6f1..71ae658 100644 --- a/examples/test-spi-roundtrip.cpp +++ b/examples/test-spi-roundtrip.cpp @@ -59,8 +59,6 @@ void soliloquies(uint32 bitOrder); void setup() { pinMode(BOARD_LED_PIN, OUTPUT); - while (!SerialUSB.available()) - ; SerialUSB.read(); } |