File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ struct nrf_sdh_state_evt_observer {
148148 nrf_sdh_state_evt_observers, PRIO_LEVEL_ORD(_prio)) = { \
149149 .handler = _handler, \
150150 .context = _ctx, \
151- };
151+ }
152152
153153/**
154154 * @brief SoftDevice stack event handler.
@@ -189,7 +189,7 @@ struct nrf_sdh_stack_evt_observer {
189189 nrf_sdh_stack_evt_observers, PRIO_LEVEL_ORD(_prio)) = { \
190190 .handler = _handler, \
191191 .context = _ctx, \
192- };
192+ }
193193
194194/**
195195 * @brief Enable the SoftDevice.
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ struct nrf_sdh_ble_evt_observer {
6363 nrf_sdh_ble_evt_observers, PRIO_LEVEL_ORD(_prio)) = { \
6464 .handler = _handler, \
6565 .context = _ctx, \
66- };
66+ }
6767
6868/**
6969 * @brief Enable the SoftDevice Bluetooth stack.
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ struct nrf_sdh_soc_evt_observer {
5757 nrf_sdh_soc_evt_observers, PRIO_LEVEL_ORD(_prio)) = { \
5858 .handler = _handler, \
5959 .context = _ctx, \
60- };
60+ }
6161
6262/**
6363 * @brief Stringify a SoftDevice SoC event.
You can’t perform that action at this time.
0 commit comments