Hey,
I successfully build and load the ble_uart_pca10028_s130. Now i want to edit something to the Code and this error is shown up.
I think I have to include something but I'm not sure what.
Can somebody help me to fix that?
Thank you in advance.
Hey,
I successfully build and load the ble_uart_pca10028_s130. Now i want to edit something to the Code and this error is shown up.
I think I have to include something but I'm not sure what.
Can somebody help me to fix that?
Thank you in advance.
Standard C error. You've used a function but haven't compiled the .c file which defines it. A quick search of the code shows that function is defined in
components/drivers_nrf/gpiote/nrf_drv_gpiote.c
So add that to the file list you're compiling.
Follow "Add existing files" here to add the source file to your project.
Follow "Add existing files" here to add the source file to your project.