Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
brightrim committed Nov 6, 2023
1 parent c98954d commit be56b55
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 be56b55

Please sign in to comment.