Skip to content

Commit

Permalink
Style
Browse files Browse the repository at this point in the history
  • Loading branch information
multiplemonomials committed Jan 25, 2025
1 parent a208924 commit b10fb57
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions drivers/tests/TESTS/mbed_drivers/flashiap/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -294,9 +294,8 @@ void flashiap_timing_test()
}
timer.reset();
ret = flash_device.program(buf, address, write_size);

if(ret)
{

if (ret) {
printf("Failed programming %" PRIu32 " bytes at address 0x%" PRIx32 "\n!", write_size, address);
TEST_FAIL();
}
Expand Down

0 comments on commit b10fb57

Please sign in to comment.