BV SPI: fix typo in comment

This commit is contained in:
King Kévin 2018-03-22 16:05:26 +01:00
parent aa11257c63
commit 2d99d7f6f9
1 changed files with 1 additions and 1 deletions

View File

@ -347,7 +347,7 @@ static bool busvoodoo_spi_action(const char* action, uint32_t repetition, bool p
return true;
}
for (uint32_t i=0; i<repetition; i++) {
busvoodoo_spi_read(); // write from SPI
busvoodoo_spi_read(); // read from SPI
}
} else if (1==length && '['==action[0]) { // select slave
if (!perform) {