Skip to content

Commit

Permalink
gatt_client: add missing default
Browse files Browse the repository at this point in the history
  • Loading branch information
mringwal committed Jun 9, 2023
1 parent 61bed22 commit 77e752a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ble/gatt_client.c
Expand Up @@ -2778,6 +2778,8 @@ static void gatt_client_l2cap_handler(uint8_t packet_type, uint16_t channel, uin
gatt_client_handle_att_response(gatt_client, packet, size);
gatt_client_run();
break;
default:
break;
}
}

Expand Down

0 comments on commit 77e752a

Please sign in to comment.