Skip to content

Commit ed8b378

Browse files
committed
Code tidy
1 parent 562a548 commit ed8b378

File tree

1 file changed

+1
-1
lines changed
  • TESTS/mbed_hal/flash/functional_tests

1 file changed

+1
-1
lines changed

TESTS/mbed_hal/flash/functional_tests/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ static int time_cpu_cycles(uint32_t cycles)
102102
int timer_start = timer.read_us();
103103

104104
volatile uint32_t delay = (volatile uint32_t)cycles;
105-
delay_loop(delay);
105+
delay_loop(delay);
106106
int timer_end = timer.read_us();
107107

108108
timer.stop();

0 commit comments

Comments
 (0)