interoberlin / nRF51-adc-test

A simple demonstration of ADC and NUS (Nordic UART Service) using the nRF-DK board.
http://electronut.in/nrf51-adc-test/
0 stars 0 forks source link

undefined reference to `app_timer_evt_schedule' #11

Closed matthiasbock closed 8 years ago

matthiasbock commented 8 years ago
Linking target: nrf51822_xxac_s110.out
_build/main.o: In function `gap_params_init':
/home/code/nRF51822/adc-test/nrf51_breakout/s110/armgcc/../../../main.c:125: undefined reference to `app_timer_evt_schedule'
collect2: error: ld returned 1 exit status
Makefile:163: recipe for target 'nrf51822_xxac_s110' failed
make: *** [nrf51822_xxac_s110] Error 1
matthiasbock commented 8 years ago

Add to sources in Makefile:

$(SDK_ROOT)/components/libraries/timer/app_timer_appsh.c