8000 fixed spelling error · adafruit/ArduinoCore-samd@858e01d · GitHub
[go: up one dir, main page]

Skip to content

Commit 858e01d

Browse files
BriscoeTechBriscoeTech
BriscoeTech
authored and
BriscoeTech
committed
fixed spelling error
1 parent ac606e5 commit 858e01d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libraries/SPI/examples/zerodma_spi1/zerodma_spi1.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,12 +122,12 @@ void loop()
122122
while(!dmaDone); // this is updated by our callback function
123123

124124
#elif(DMA_TEST == 2)
125-
// dma transfer pole for completion
125+
// dma transfer poll for completion
126126
// calls the dma transfer, this call will block
127127
SPI.transfer(send_memory, receive_memory, DATA_LENGTH, true); //dma
128128

129129
#elif(DMA_TEST == 3)
130-
// dma transfer pole for completion
130+
// dma transfer poll for completion
131131
// calls the dma transfer, this call will not block
132132
SPI.transfer(send_memory, receive_memory, DATA_LENGTH, false); //dma
133133

0 commit comments

Comments
 (0)
0