Skip to content
Snippets Groups Projects
Commit 61eb5036 authored by derpeter's avatar derpeter
Browse files

First byte in the example code is change to 1 not to 0

parent 0ca90105
No related branches found
No related tags found
No related merge requests found
......@@ -119,7 +119,7 @@
\code
Packet p = ...;
// Change first byte of packet to 0
// Change first byte of packet to 1
p.data()[0] = 1u;
// Copy packet data into a vector
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment