Change comment back

This commit is contained in:
Crsarmv7l 2024-04-29 18:14:45 -04:00 committed by GitHub
parent d82c484111
commit 32a277e625
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -424,7 +424,7 @@ void PhysicalLayer::updateDirectBuffer(uint8_t bit) {
} }
} else { } else {
//read the bit //save the bit
if(bit) { if(bit) {
byteBuff |= 0x01 << this->bufferBitPos; byteBuff |= 0x01 << this->bufferBitPos;
} else { } else {