Skip to content

Commit 4907eba

Browse files
committed
Add common define for boards with secure element
1 parent 84fc709 commit 4907eba

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/AIoTC_Config.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,10 @@
161161
#define HAS_TCP
162162
#endif
163163

164+
#if defined(BOARD_HAS_SOFTSE) || defined(BOARD_HAS_OFFLOADED_ECCX08) || defined(BOARD_HAS_ECCX08) || defined(BOARD_HAS_SE050)
165+
#define BOARD_HAS_SECURE_ELEMENT
166+
#endif
167+
164168
/******************************************************************************
165169
* CONSTANTS
166170
******************************************************************************/

0 commit comments

Comments
 (0)