@ -1,7 +1,9 @@
#pragma once
#include <stdbool.h>
#include <stdint.h>
#include "ble_dfu.h"
#include "nrf_bootloader_info.h"
#include "nrf_power.h"
/**
* @brief
*/
@ -5,6 +5,7 @@
#include <string.h>
#include "znordic.h"
/*******************************************************************************
* 밤꺄관토?? *
@ -33,6 +33,12 @@ void znordic_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