We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 591159d commit a3c79a9Copy full SHA for a3c79a9
TESTS/storage_abstraction/basicAPI/basicAPI.cpp
@@ -373,6 +373,7 @@ control_t test_programDataUsingProgramUnit(const size_t call_count)
373
return (call_count < REPEAT_INSTANCES) ? CaseTimeout(200) + CaseRepeatAll: CaseTimeout(200);
374
} else {
375
TEST_ASSERT_EQUAL(firstBlock.attributes.erase_unit, rc);
376
+ verifyBytePattern(addr, firstBlock.attributes.erase_unit, (uint8_t)0xFF);
377
378
static const uint32_t BYTE_PATTERN = 0xAA551122;
379
size_t sizeofData = info.program_unit;
0 commit comments