Hi,
NCS1.9.1
undefined reference to `nrf_gpio_pin_set'
Is it a missing configuration?
thanks
Best Regards
Usually I would recommend using gpio_pin_set() instead, as it is done in zephyr/samples/basic/blinky
If you are certain that you want to use nrf_gpio_pin_set(), try including this header file:
#include <hal/nrf_gpio.h>
HI,
thanks, i've got it.