Skip to content

Commit 77e752a

Browse files
committed
gatt_client: add missing default
1 parent 61bed22 commit 77e752a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/ble/gatt_client.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2778,6 +2778,8 @@ static void gatt_client_l2cap_handler(uint8_t packet_type, uint16_t channel, uin
27782778
gatt_client_handle_att_response(gatt_client, packet, size);
27792779
gatt_client_run();
27802780
break;
2781+
default:
2782+
break;
27812783
}
27822784
}
27832785

0 commit comments

Comments
 (0)