This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

undefined reference nrf_delay_ms()

Hi! I try to do simple led blink on nrf51822 and after build i got this: Checking project status Building ‘dongle’ from solution ‘dongle’ in configuration ‘Debug’ Compiling main.c Linking dongle.elf Output/dongle Debug/Obj/main.o: In function main': undefined reference tonrf_delay_ms' undefined reference to `nrf_delay_ms' Build failed

I copy/paste code from web:

Related