|
@ -33,6 +33,12 @@ void znordic_init() { |
|
|
|
|
|
|
|
|
NRF_LOG_DEFAULT_BACKENDS_INIT(); |
|
|
NRF_LOG_DEFAULT_BACKENDS_INIT(); |
|
|
} |
|
|
} |
|
|
|
|
|
#if 0 |
|
|
|
|
|
{ |
|
|
|
|
|
ret_code_t err_code = ble_dfu_buttonless_async_svci_init(); |
|
|
|
|
|
APP_ERROR_CHECK(err_code); |
|
|
|
|
|
} |
|
|
|
|
|
#endif |
|
|
|
|
|
|
|
|
{ |
|
|
{ |
|
|
/******************************************************************************* |
|
|
/******************************************************************************* |
|
|