Skip to content

Commit

Permalink
add missing brace in Gatt_Server_Example_Walkthrough.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Harrisonust authored Dec 2, 2023
1 parent 76923a7 commit 303a053
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ static struct gatts_profile_inst gl_profile_tab[PROFILE_NUM] = {
[PROFILE_A_APP_ID] = {
.gatts_cb = gatts_profile_a_event_handler,
.gatts_if = ESP_GATT_IF_NONE,
},
[PROFILE_B_APP_ID] = {
.gatts_cb = gatts_profile_b_event_handler,
.gatts_if = ESP_GATT_IF_NONE,
Expand Down

0 comments on commit 303a053

Please sign in to comment.