Skip to content

Commit

Permalink
+ fixed typo error
Browse files Browse the repository at this point in the history
  • Loading branch information
sicrisembay committed Oct 2, 2024
1 parent 70505e3 commit 5bc684d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootloader.c
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ static void SetRedLEDState(uint16_t state)
}
static void SetGreenLEDState(uint16_t state)
{
#if CANOPEN_LED_GREEN_ACTIVE_HIGH
#if CONFIG_CANOPEN_LED_GREEN_ACTIVE_HIGH
if(state != 0) {
GREEN_LED_SET;
} else {
Expand Down

0 comments on commit 5bc684d

Please sign in to comment.