Skip to content

Commit

Permalink
fixed warning in examples/debug
Browse files Browse the repository at this point in the history
  • Loading branch information
d-mironov committed Sep 29, 2023
1 parent 1216466 commit c6e69f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/debug/Src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ static void MX_I2C1_Init(void);

static void status_led_write(bool val);
static void status_led_toggle();
static void error_led_write(bool val);
// static void error_led_write(bool val);
static void error_led_toggle();
static inline void delay_ms(u32 ms);
// static void MX_I2C2_Init(void);
Expand Down

0 comments on commit c6e69f8

Please sign in to comment.