Skip to content

Commit c3ce25d

Browse files
authoredAug 12, 2024
Add include for user config as an SLC fix (SiliconLabs#220)
* Add include for user config * add comment
1 parent 8f476b3 commit c3ce25d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎matter/mbedtls/tinycrypt/inc/mbedtls/build_info.h

+5
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@
66
// sl_mbedtls_config header. File keeps the previous logic by only including
77
// check_config without needing to modfy the generated files.
88

9+
// SLC-FIX until we can use the generated si sdk components
10+
#if defined(MBEDTLS_USER_CONFIG_FILE)
11+
#include MBEDTLS_USER_CONFIG_FILE
12+
#endif
13+
914
#include <mbedtls/check_config.h>
1015

1116
#endif /* MBEDTLS_BUILD_INFO_H */

0 commit comments

Comments
 (0)