Skip to content

Commit 44d4dab

Browse files
Style fix
1 parent 5591055 commit 44d4dab

File tree

1 file changed

+1
-1
lines changed
  • rtos/tests/TESTS/mbed_rtos/heap_and_stack

1 file changed

+1
-1
lines changed

rtos/tests/TESTS/mbed_rtos/heap_and_stack/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ static bool valid_fill(uint8_t *data, uint32_t size, uint8_t fill)
112112
for (uint32_t i = 0; i < size; i++) {
113113
if (data[i] != fill) {
114114
printf("Address 0x%" PRIx32 ": expected value 0x%" PRIx8 ", got 0x%" PRIx8,
115-
reinterpret_cast<uint32_t>(&data[i]), fill, data[i]);
115+
reinterpret_cast<uint32_t>(&data[i]), fill, data[i]);
116116
valid = false;
117117
wait_us(1000);
118118
}

0 commit comments

Comments
 (0)