Skip to content

Commit

Permalink
One more change to RBC connection bus
Browse files Browse the repository at this point in the history
  • Loading branch information
firleju committed Aug 29, 2023
1 parent a6e96c6 commit 315bae5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EVC/Euroradio/radio_connection.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ void bus_radio_connection::Sa_connect_request(const called_address &address, con
rbc += from_bcd(peer_address.phone_number);
socket = platform->open_socket(rbc, BasePlatform::BusSocket::PeerId::fourcc("EVC"));
if (socket) {
status = safe_radio_status::Connected;
Sa_connect_confirm(peer_address.id);
rx_promise = socket->receive().then(std::bind(&bus_radio_connection::data_receive, this, std::placeholders::_1));
} else {
Sa_handle_error(1, 1);
Expand Down

0 comments on commit 315bae5

Please sign in to comment.