We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f476b3 commit c3ce25dCopy full SHA for c3ce25d
matter/mbedtls/tinycrypt/inc/mbedtls/build_info.h
@@ -6,6 +6,11 @@
6
// sl_mbedtls_config header. File keeps the previous logic by only including
7
// check_config without needing to modfy the generated files.
8
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
+
14
#include <mbedtls/check_config.h>
15
16
#endif /* MBEDTLS_BUILD_INFO_H */
0 commit comments