Skip to content

Commit

Permalink
readme: Addressed review comments #2
Browse files Browse the repository at this point in the history
Signed-off-by: Minos Galanakis <[email protected]>
Co-authored-by: davidhorstmann-arm <[email protected]>
  • Loading branch information
minosgalanakis and davidhorstmann-arm committed Dec 9, 2021
1 parent d7547fc commit 0f2a46c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ Mbed TLS can be ported to many different architectures, OS's and platforms. Befo
Mbed TLS is mostly written in portable C99; however, it has a few platform requirements that go beyond the standard, but are met by most modern architectures:
- Bytes must be 8 bits.
- `all-bits-zero` must be a valid representation of a null pointer.
- All-bits-zero must be a valid representation of a null pointer.
- Signed integers must be represented using two's complement.
- `int` and `size_t` must be at least 32 bits wide.
- The types `uint8_t`, `uint16_t`, `uint32_t` and their signed equivalents must be available.
Expand Down

0 comments on commit 0f2a46c

Please sign in to comment.