Skip to content

Commit

Permalink
Remove assert
Browse files Browse the repository at this point in the history
  • Loading branch information
gkalab committed Aug 24, 2023
1 parent ed875f2 commit 23d6c27
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main/bleuart.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,6 @@ int BleUart::gatt_svr_chr_access_uart_write(uint16_t conn_handle, uint16_t attr_
}
return 0;
default:
assert(0);
return BLE_ATT_ERR_UNLIKELY;
}
return 0;
Expand Down

0 comments on commit 23d6c27

Please sign in to comment.