Skip to content

Commit

Permalink
Indent formatting...
Browse files Browse the repository at this point in the history
  • Loading branch information
Xevel committed Oct 3, 2024
1 parent dd27504 commit ae1b6af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wled00/improv.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ void handleImprovPacket() {
}

checksum += next;
checksum &= 0xFF;
checksum &= 0xFF;
packetByte++;
}
}
Expand Down

0 comments on commit ae1b6af

Please sign in to comment.