Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dakhnod committed Jul 1, 2024
1 parent a387b6b commit 23556c1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/ble/sensor_ble.c
Original file line number Diff line number Diff line change
Expand Up @@ -606,6 +606,9 @@ void custom_data_advertisement_start(){
NRF_LOG_DEBUG("after advdata\n");

static ble_gap_adv_params_t m_adv_params = {
#if CUSTOM_ADVERTISEMENT_CONNECTABLE == 1
.type = BLE_GAP_ADV_TYPE_ADV_IND,
#else
.type = BLE_GAP_ADV_TYPE_ADV_NONCONN_IND,
#endif
.p_peer_addr = NULL,
Expand Down

0 comments on commit 23556c1

Please sign in to comment.