Skip to content

Commit

Permalink
Fix test after reducing virtual flash size
Browse files Browse the repository at this point in the history
  • Loading branch information
x3ro committed Oct 3, 2015
1 parent 23ee0e8 commit a859988
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/mci/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ static void main_test(void)

#ifdef BOARD_NATIVE
// Test virtual MCI parameters
TEST_ASSERT_EQUAL_INT(131072, sector_count);
TEST_ASSERT_EQUAL_INT(16384, sector_count);
TEST_ASSERT_EQUAL_INT(512, sector_size);
TEST_ASSERT_EQUAL_INT(524288, block_size);
#endif
Expand Down

0 comments on commit a859988

Please sign in to comment.