Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
golovasteek committed Mar 19, 2024
1 parent 036a0a2 commit 283266e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions modules/LemDCBM400600/main/lem_dcbm_400600_controller.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@ LemDCBM400600Controller::start_transaction(const types::powermeter::TransactionR

auto [transaction_min_stop_time, transaction_max_stop_time] = get_transaction_stop_time_bounds();

return {
types::powermeter::TransactionRequestStatus::OK, {}, transaction_min_stop_time, transaction_max_stop_time};
return {types::powermeter::TransactionRequestStatus::OK, {}, transaction_min_stop_time, transaction_max_stop_time};
}

void LemDCBM400600Controller::request_device_to_start_transaction(const types::powermeter::TransactionReq& value) {
Expand Down

0 comments on commit 283266e

Please sign in to comment.