Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bertmelis committed Nov 28, 2023
1 parent c2e559d commit 947fd12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/VS2/VS2.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ bool VS2::read(const Datapoint& datapoint) {
if (_state > State::IDLE && _state < State::RECEIVE_ACK) {
vw_log_i("reading not possible, busy");
return false;
{}
}
if (_currentPacket.createPacket(PacketType::REQUEST,
FunctionCode::READ,
0,
Expand Down

0 comments on commit 947fd12

Please sign in to comment.