From 32a277e6252d1b442386eaed728b3c525820380e Mon Sep 17 00:00:00 2001 From: Crsarmv7l <85343771+Crsarmv7l@users.noreply.github.com> Date: Mon, 29 Apr 2024 18:14:45 -0400 Subject: [PATCH] Change comment back --- src/protocols/PhysicalLayer/PhysicalLayer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {