I am using SDK13 with a nRF52832 development board.
When trying to compile the Multilink central example with gcc and I am getting the following error:
../../../../../../components/libraries/bsp/bsp.c:114:12: error: implicit declaration of function 'bps_board_button_state_get' [-Werror=implicit-function-declaration]
I have tried to compile the same example with SDK 14 in Segger Studio and I get the following error:
SDK14/components/libraries/bsp/bsp.c:114:12: warning: implicit declaration of function 'bsp_board_button_state_get'; did you mean 'bsp_wakeup_button_enable'? [-Wimplicit-function-declaration]
I thought it would compile without errors straight out of the box. Guess not.
Could you please help me.
Thanks.