samples: canopennode: Fix typo

Fixes typo in a canopennode sample.

Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
This commit is contained in:
Andrei Emeltchenko 2023-01-03 16:28:19 +02:00 committed by Carles Cufí
commit 3f62b3803f

View file

@ -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;
}
}