Skip to content

Commit

Permalink
added comment for removeHeader function
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael7371 committed Feb 16, 2024
1 parent 74830ad commit 1b8284c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ public void writeTo(OutputStream os) throws IOException {
}



// Removes the 1609.2 header but will keep the 1609.1 header
public byte[] removeHeader(byte[] packet) {
String hexPacket = HexUtils.toHexString(packet);
String hexPacketParsed = "";
Expand Down

0 comments on commit 1b8284c

Please sign in to comment.