Skip to content

Commit

Permalink
Revert "Test"
Browse files Browse the repository at this point in the history
This reverts commit be56b55.
  • Loading branch information
brightrim committed Nov 6, 2023
1 parent be56b55 commit 82f3770
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/netinterface/BasicServerCommand.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ BasicServerCommand::BasicServerCommand(unsigned char defByte, uint16_t bsize)
buffer.resize(baseBufferSize);
initHeader();
}
//test

void BasicServerCommand::initHeader() {
bufferPos = 0; // reset buffer position to 0 from previous use
addUnsignedCharToBuffer(getDefinitionByte());
Expand Down

0 comments on commit 82f3770

Please sign in to comment.