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.
Are you using Keil ? what SDK are you using ?
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.
Thank you for your quick response. I am new in this, so can you tell me where I can find this list? Thank you
Follow "Add existing files" here to add the source file to your project.