samples: canopennode: Fix typo
Fixes typo in a canopennode sample. Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
This commit is contained in:
parent
1e496a1ebc
commit
3f62b3803f
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ static void config_leds(CO_NMT_t *nmt)
|
|||
GPIO_OUTPUT_INACTIVE);
|
||||
if (err) {
|
||||
LOG_ERR("failed to configure Red LED gpio: %d", err);
|
||||
led_green_gpio.port = NULL;
|
||||
led_red_gpio.port = NULL;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue