Hello!
It's the first time using Nordic devices so i´m doing some SDK examples and trying to merge them. I'm using SEGGER Embedded Studio. Right now i´m using ble_app_blinky and tried to merge pwm_library. I already added the existing files from pwm_library to ble_app_blinky and i get the 'NRF_SUCCESS' undeclared (first use in this function).
I went to User Include Directories and added the addresses for every file i added and still have the same problem. For example,the file app_button.c has #include "app_error.h" and i see the error there.
Any idea what could be happening?
Thanks!