Skip to content

Commit

Permalink
README: Add sentence about endianness.
Browse files Browse the repository at this point in the history
Signed-off-by: Øyvind Rønningstad <[email protected]>
  • Loading branch information
oyvindronningstad committed Feb 22, 2022
1 parent 69bd6ae commit 942ae07
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ ZCBOR_STATE_D(decode_state, n, payload, payload_len, elem_count);
ZCBOR_STATE_E(encode_state, n, payload, payload_len, 0);
```
The CBOR libraries assume little-endianness by default, but you can define ZCBOR_BIG_ENDIAN to change this.
Schema-driven data manipulation and code generation
===================================================
Expand Down

0 comments on commit 942ae07

Please sign in to comment.