Skip to content

Commit b57fbc3

Browse files
committed
modify the bd_type order
1 parent 10bb45f commit b57fbc3

File tree

1 file changed

+2
-2
lines changed
  • features/storage/TESTS/blockdevice/general_block_device

1 file changed

+2
-2
lines changed

features/storage/TESTS/blockdevice/general_block_device/main.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,14 +86,14 @@ const struct {
8686
enum bd_type {
8787
spif = 0,
8888
qspif,
89-
ospif,
9089
dataflash,
9190
sd,
9291
flashiap,
92+
ospif,
9393
default_bd
9494
};
9595

96-
uint8_t bd_arr[5] = {0};
96+
uint8_t bd_arr[6] = {0};
9797

9898
static uint8_t test_iteration = 0;
9999

0 commit comments

Comments
 (0)