Skip to content

Commit

Permalink
Fix tab
Browse files Browse the repository at this point in the history
  • Loading branch information
multiplemonomials committed Sep 17, 2024
1 parent 906978d commit b3191df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/source/mbed_board.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ WEAK MBED_NORETURN void mbed_die(void)
#endif

#ifdef LED1
gpio_t led_err;
gpio_t led_err;
gpio_init_out(&led_err, LED1);
#endif

Expand Down

0 comments on commit b3191df

Please sign in to comment.