mirror of
https://github.com/espressif/openthread.git
synced 2026-07-30 15:47:46 +00:00
[nrf528xx] add missing include guards (#3849)
This commit is contained in:
committed by
Jonathan Hui
parent
86ac0865a3
commit
fcac459e05
@@ -26,6 +26,9 @@
|
||||
* POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef NRF52811_MBEDTLS_CONFIG_H_
|
||||
#define NRF52811_MBEDTLS_CONFIG_H_
|
||||
|
||||
#if defined(__ICCARM__)
|
||||
_Pragma("diag_suppress=Pe550")
|
||||
#endif
|
||||
@@ -34,3 +37,5 @@
|
||||
_Pragma("diag_suppress=550")
|
||||
_Pragma("diag_suppress=68")
|
||||
#endif
|
||||
|
||||
#endif // NRF52811_MBEDTLS_CONFIG_H_
|
||||
|
||||
@@ -26,6 +26,9 @@
|
||||
* POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef NRF52840_MBEDTLS_CONFIG_H_
|
||||
#define NRF52840_MBEDTLS_CONFIG_H_
|
||||
|
||||
#ifndef DISABLE_CC310
|
||||
#define MBEDTLS_AES_ALT
|
||||
#define MBEDTLS_ECP_ALT
|
||||
@@ -45,3 +48,5 @@
|
||||
_Pragma("diag_suppress=550")
|
||||
_Pragma("diag_suppress=68")
|
||||
#endif
|
||||
|
||||
#endif // NRF52840_MBEDTLS_CONFIG_H_
|
||||
|
||||
Reference in New Issue
Block a user