Skip to content

Commit

Permalink
Merge 6bc6a19 into sapling-pr-archive-ktf
Browse files Browse the repository at this point in the history
  • Loading branch information
ktf authored Nov 28, 2023
2 parents 4d49881 + 6bc6a19 commit 3eb5285
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ size_t UserLogicEndpointDecoder<CHARGESUM, VERSION>::append(Payload buffer)
}

mElinkDecoders.emplace(static_cast<uint16_t>(gbt),
impl::makeArray<40>([=](size_t i) {
impl::makeArray<40>([solarId, *this](size_t i) {
DsElecId dselec{solarId.value(), static_cast<uint8_t>(i / 5), static_cast<uint8_t>(i % 5)};
return ElinkDecoder(dselec, mDecodedDataHandlers);
}));
Expand Down

0 comments on commit 3eb5285

Please sign in to comment.