Update a comment.

This commit is contained in:
IanW 2019-06-12 14:40:36 +01:00
parent ed19583c94
commit c2c711d049

2
main.c
View file

@ -117,7 +117,7 @@ uint8_t SendReceiveSPIByte(uint32_t value)
// Read a byte
uint8_t inbyte = *(uint32_t *)(SPI1_BASE + 0x0c);
// Loop while the SPI BSY flag is high
// Loop waiting for the the SPI TXE flag to go high
while (lout == 0)
{
// Read the SPI status register