Skip to content

Commit

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

0 comments on commit 1f81e5c

Please sign in to comment.