Skip to content

Commit 303a053

Browse files
authored
add missing brace in Gatt_Server_Example_Walkthrough.md
1 parent 76923a7 commit 303a053

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/bluetooth/bluedroid/ble/gatt_server/tutorial/Gatt_Server_Example_Walkthrough.md

+1
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ static struct gatts_profile_inst gl_profile_tab[PROFILE_NUM] = {
192192
[PROFILE_A_APP_ID] = {
193193
.gatts_cb = gatts_profile_a_event_handler,
194194
.gatts_if = ESP_GATT_IF_NONE,
195+
},
195196
[PROFILE_B_APP_ID] = {
196197
.gatts_cb = gatts_profile_b_event_handler,
197198
.gatts_if = ESP_GATT_IF_NONE,

0 commit comments

Comments
 (0)