Slowing down SPI frequency in block_device basic test due to HW limitation in EFR32

pull/7774/head
Ashok Rao 2017-11-16 11:45:15 +00:00
parent 0d76922509
commit 376ddcc34d
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ void test_read_write() {
int err = sd.init();
TEST_ASSERT_EQUAL(0, err);
err = sd.frequency(25000000);
err = sd.frequency(8000000);
TEST_ASSERT_EQUAL(0, err);
for (unsigned a = 0; a < sizeof(ATTRS)/sizeof(ATTRS[0]); a++) {