nrf52840-mdk icon indicating copy to clipboard operation
nrf52840-mdk copied to clipboard

Mesh ninja my_light_switch_client_nrf52840_xxAA_s140_6.1.0 failed

Open wangyanjiong163 opened this issue 3 years ago • 0 comments

Hi,

When trying to do "ninja my_light_switch_client_nrf52840_xxAA_s140_6.1.0" following the guide, I met below issue:

../examples/my_light_switch/client/src/main.c: In function 'button_event_handler': ../examples/my_light_switch/client/src/main.c:236:18: error: 'BUTTON_2' undeclared (first use in this function); did you mean 'BUTTON_1'? 236 | case BUTTON_2: | ^~~~~~~~ | BUTTON_1 ../examples/my_light_switch/client/src/main.c:236:18: note: each undeclared identifier is reported only once for each function it appears in ../examples/my_light_switch/client/src/main.c: In function 'buttons_init': ../examples/my_light_switch/client/src/main.c:285:10: error: 'BUTTON_2' undeclared (first use in this function); did you mean 'BUTTON_1'? 285 | {BUTTON_2, BUTTONS_ACTIVE_STATE, BUTTON_PULL, button_event_handler} | ^~~~~~~~ | BUTTON_1

Anything I missed possiblely?

BR. Wang Yanjiong

wangyanjiong163 avatar Sep 01 '20 12:09 wangyanjiong163