Skip to content
Snippets Groups Projects
Unverified Commit c59f87f5 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

lora32u4ii spi: Remove superfluous delay_ms

parent 0288997c
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment