Skip to content

Commit b10fb57

Browse files
Style
1 parent a208924 commit b10fb57

File tree

1 file changed

+2
-3
lines changed
  • drivers/tests/TESTS/mbed_drivers/flashiap

1 file changed

+2
-3
lines changed

drivers/tests/TESTS/mbed_drivers/flashiap/main.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -294,9 +294,8 @@ void flashiap_timing_test()
294294
}
295295
timer.reset();
296296
ret = flash_device.program(buf, address, write_size);
297-
298-
if(ret)
299-
{
297+
298+
if (ret) {
300299
printf("Failed programming %" PRIu32 " bytes at address 0x%" PRIx32 "\n!", write_size, address);
301300
TEST_FAIL();
302301
}

0 commit comments

Comments
 (0)