eclipse-threadx / netxduo

Eclipse ThreadX - NetXDuo is an advanced, industrial-grade TCP/IP network stack designed specifically for deeply embedded real-time and IoT applications
https://github.com/eclipse-threadx/rtos-docs/blob/main/rtos-docs/netx-duo/index.md
MIT License
230 stars 131 forks source link

Missing include guards #236

Open stefano-zanotti opened 5 months ago

stefano-zanotti commented 5 months ago

The following files do not have include guards: netxduo\crypto_libraries\inc\nx_crypto_tls_prf_1.h netxduo\crypto_libraries\inc\nx_crypto_tls_prf_sha256.h netxduo\crypto_libraries\inc\nx_crypto_tls_prf_sha384.h netxduo\crypto_libraries\inc\nx_crypto_tls_prf_sha512.h

This causes compilation error when trying to compile (most of) netxduo as a single translation unit ("unity build") to reduce the long compilation time.