mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
tests/periph/selftest_shield: fix a misplaced comment
Move it to the correct place
This commit is contained in:
parent
64b95a34e9
commit
fb9abe3626
@ -868,8 +868,8 @@ static bool periph_spi_rxtx_test(spi_t bus, spi_mode_t mode, spi_clk_t clk,
|
||||
* theoretical time. Given the overhead of, this already has some
|
||||
* room for error */
|
||||
transfer_too_fast |= (byte_time < byte_transfer_ticks);
|
||||
/* C̅S̅ should be still LOW while chip is selected */
|
||||
}
|
||||
/* C̅S̅ should be still LOW while chip is selected */
|
||||
failed |= TEST(gpio_read(cs_check) == 0);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user