nrf51-ble-app-lbs
nrf51-ble-app-lbs copied to clipboard
GPIOTE_IRQHandler multiply defined (by nrf_drv_gpiote.o and app_gpiote.o).
Hi, example not compile under nRF51_SDK_8.1.0_b6ed55f.zip
- Add inlude path for nrf_drv_gpiote.h
- Add config folder and copy file nrf_drv_config.h with #define GPIOTE_ENABLED 1
- Add file nrf_drv_gpiote.c to project
- Add file nrf_drv_common.c
On build i see next message
# ._build\ble_app_lbs.axf: Error: L6200E: Symbol GPIOTE_IRQHandler multiply defined (by nrf_drv_gpiote.o and app_gpiote.o).
What is GPIOTE_IRQHandler i need remove ? From app_gpiote.c(97) : void GPIOTE_IRQHandler(void) or from nrf_drv_gpiote.c(443) : void GPIOTE_IRQHandler(void) ?
Thanks in advance