mirror of https://github.com/ARMmbed/mbed-os.git
Slowing down SPI frequency in block_device basic test due to HW limitation in EFR32
parent
0d76922509
commit
376ddcc34d
|
|
@ -71,7 +71,7 @@ void test_read_write() {
|
||||||
int err = sd.init();
|
int err = sd.init();
|
||||||
TEST_ASSERT_EQUAL(0, err);
|
TEST_ASSERT_EQUAL(0, err);
|
||||||
|
|
||||||
err = sd.frequency(25000000);
|
err = sd.frequency(8000000);
|
||||||
TEST_ASSERT_EQUAL(0, err);
|
TEST_ASSERT_EQUAL(0, err);
|
||||||
|
|
||||||
for (unsigned a = 0; a < sizeof(ATTRS)/sizeof(ATTRS[0]); a++) {
|
for (unsigned a = 0; a < sizeof(ATTRS)/sizeof(ATTRS[0]); a++) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue