diff options
author | Thomas Van Iseghem <[email protected]> | 2023-09-13 19:11:33 +0200 |
---|---|---|
committer | Thomas Van Iseghem <[email protected]> | 2023-09-13 19:11:33 +0200 |
commit | c602895995e5ba88dd3f29c6a984b86bd9a4f140 (patch) | |
tree | fe611ef96ec20b479a833df6bc38896d368b488e | |
parent | 16d990783c9b2367a4854cd539e8efa83668ef69 (diff) | |
download | OpenCortex-c602895995e5ba88dd3f29c6a984b86bd9a4f140.tar.gz OpenCortex-c602895995e5ba88dd3f29c6a984b86bd9a4f140.zip |
Fix typos in Stomps readme
-rw-r--r-- | Stomps/README.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Stomps/README.md b/Stomps/README.md index 33e23e1..53e5d1b 100644 --- a/Stomps/README.md +++ b/Stomps/README.md @@ -22,12 +22,12 @@ It seems that a 32 bytes message is divided into 2 parts of 16 bytes. -### Part 1 (First 16 bytes) +### Part 1 (first 16 bytes) | 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | |---|---|---|---|---|---|---|---|---|---|--------|--------|-------|---------|---------|---------| -| time | time | time | time | time | time | time | padding? | action | action | action | action | value | padding | padding | padding | +| time | time | time | time | time | time | time | padding? | action | action (not really used) | action | action | value | padding | padding | padding | -### Part 1 (First 16 bytes) +### Part 1 (last 16 bytes) - 0 -> 6 are duplicates - 7 -> 15 are padding |