sandeepmistry / arduino-nRF5

Arduino Core for Nordic Semiconductor nRF5 based boards
Other
873 stars 278 forks source link

'sd_softdevice_disable' was not declared in this scope #415

Closed turingking closed 3 years ago

turingking commented 3 years ago
Arduino:1.8.14 Hourly Build 2020/06/24 01:33 (Windows 10), 开发板:"Generic nRF52, S132, Crystal Oscillator"

In file included from C:\Users\77183\Documents\Arduino\libraries\MySensors/MySensors.h:365:0,

                 from C:\Users\77183\Documents\Arduino\nrf52832\nrf52832.ino:11:

C:\Users\77183\Documents\Arduino\libraries\MySensors/hal/transport/NRF5_ESB/driver/Radio_ESB.cpp: In function 'bool NRF5_ESB_initialize()':

C:\Users\77183\Documents\Arduino\libraries\MySensors/hal/transport/NRF5_ESB/driver/Radio_ESB.cpp:69:24: error: 'sd_softdevice_disable' was not declared in this scope

  sd_softdevice_disable();

                        ^

exit status 1
sandeepmistry commented 3 years ago

@turingking please contact the MySensors library authors for this.