Unverified Commit c59f87f5 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

lora32u4ii spi: Remove superfluous delay_ms

parent 0288997c
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -26,7 +26,6 @@ signed char SPI::xmit(
		} else {
			SPDR = 0;
		}
		arch.delay_ms(1);
		while (!(SPSR & _BV(SPIF))) ;
		if (i < rx_len) {
			rx_buf[i] = SPDR;