Change comment back
This commit is contained in:
parent
d82c484111
commit
32a277e625
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Reference in a new issue