diff --git a/src/protocols/PhysicalLayer/PhysicalLayer.cpp b/src/protocols/PhysicalLayer/PhysicalLayer.cpp index 6ce514d5..b9782afe 100644 --- a/src/protocols/PhysicalLayer/PhysicalLayer.cpp +++ b/src/protocols/PhysicalLayer/PhysicalLayer.cpp @@ -424,7 +424,7 @@ void PhysicalLayer::updateDirectBuffer(uint8_t bit) { } } else { - //read the bit + //save the bit if(bit) { byteBuff |= 0x01 << this->bufferBitPos; } else {