Skip to content

Commit d510e7a

Browse files
update readme C11
1 parent 111e22d commit d510e7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ Minimal, embedded-optimized implementation of **CCSDS Space Data Link Protocol (
2121

2222
- **Minimal footprint**: Small library size (stripped)
2323
- **Zero allocation**: Stack-based, no dynamic memory
24-
- **Embedded-optimized**: Pure C99, no external dependencies
25-
- **Portable**: Standard C99, big-endian network byte order
24+
- **Embedded-optimized**: Pure C11, no external dependencies
25+
- **Portable**: Standard C11, big-endian network byte order
2626
- **Reliable**: CRC-16-CCITT frame error control
2727

2828
## Project Structure

0 commit comments

Comments
 (0)