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 481b6fb commit 18fc01fCopy full SHA for 18fc01f
platform/mbed_board.c
@@ -33,16 +33,16 @@ WEAK MBED_NORETURN void mbed_die(void)
33
while (1) {
34
for (int i = 0; i < 4; ++i) {
35
gpio_write(&led_err, 1);
36
- wait_ms(150);
+ wait_us(150000);
37
gpio_write(&led_err, 0);
38
39
}
40
41
42
43
- wait_ms(400);
+ wait_us(400000);
44
45
46
47
48
0 commit comments