Skip to content

Commit 7151ee8

Browse files
committed
_bleio: add missing break statement
1 parent 5729097 commit 7151ee8

File tree

1 file changed

+1
-0
lines changed
  • devices/ble_hci/common-hal/_bleio

1 file changed

+1
-0
lines changed

devices/ble_hci/common-hal/_bleio/att.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1748,6 +1748,7 @@ void check_att_err(uint8_t err) {
17481748
break;
17491749
case BT_ATT_ERR_ENCRYPTION_KEY_SIZE:
17501750
msg = translate("Encryption key size");
1751+
break;
17511752
case BT_ATT_ERR_INVALID_ATTRIBUTE_LEN:
17521753
msg = translate("Invalid attribute length");
17531754
break;

0 commit comments

Comments
 (0)