diff --git a/storage/blockdevice/tests/UNITTESTS/SFDP/test_sfdp.cpp b/storage/blockdevice/tests/UNITTESTS/SFDP/test_sfdp.cpp index 7c2df92..9b4448e 100644 --- a/storage/blockdevice/tests/UNITTESTS/SFDP/test_sfdp.cpp +++ b/storage/blockdevice/tests/UNITTESTS/SFDP/test_sfdp.cpp @@ -33,7 +33,7 @@ * three regions for test purpose. */ static const uint8_t sector_map_single_descriptor[] { - 0xFF, 0x01, 0x02, 0xFF, // header, highest region = 0x02 + 0xFF, 0x00, 0x02, 0xFF, // header, highest region = 0x02 0xF1, 0x7F, 0x00, 0x00, // region 0 0xF4, 0x7F, 0x03, 0x00, // region 1 0xF4, 0xFF, 0xFB, 0x03 // region 2 @@ -255,7 +255,7 @@ * twelve regions for test purpose. */ const uint8_t sector_map_single_descriptor_twelve_regions[] { - 0xFF, 0x01, 0x0B, 0xFF, // header, highest region = 0x0B + 0xFF, 0x00, 0x0B, 0xFF, // header, highest region = 0x0B 0xF1, 0x7F, 0x00, 0x00, // region 0 0xF4, 0x7F, 0x03, 0x00, // region 1 0xF4, 0xFF, 0xFB, 0x03, // region 2