Skip to content

Commit

Permalink
Slowing down SPI frequency in block_device basic test due to HW limit…
Browse files Browse the repository at this point in the history
…ation in EFR32
  • Loading branch information
Ashok Rao authored and Ashok Rao committed Nov 16, 2017
1 parent 0d76922 commit 376ddcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TESTS/block_device/basic/basic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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++) {
Expand Down

0 comments on commit 376ddcc

Please sign in to comment.