Browse Source

update

master
zhaohe 1 year ago
parent
commit
dea8cb2851
  1. 2
      include/sys.h

2
include/sys.h

@ -15,6 +15,7 @@
#include "nrf.h"
#include "nrf_ble_gatt.h"
#include "nrf_ble_qwr.h"
#include "nrf_drv_spi.h"
#include "nrf_log.h"
#include "nrf_log_ctrl.h"
#include "nrf_log_default_backends.h"
@ -22,6 +23,7 @@
#include "nrf_sdh.h"
#include "nrf_sdh_ble.h"
#include "nrf_sdh_soc.h"
//
#include "version.h"
#define APP_BLE_CONN_CFG_TAG 1 /**< A tag identifying the SoftDevice BLE configuration. */

Loading…
Cancel
Save