Skip to content

Commit c75ea96

Browse files
lpbeliveau-silabsselissia
authored andcommitted
Pull request project-chip#430: Removed GSDK_TODO related to matter 814
Merge in WMN_TOOLS/matter from feature/MATTER_GSDK_TODO_removal to silabs_slc_1.0 Squashed commit of the following: commit 172623b7a385f0a1a171aada81feb5901c3820cb Author: lpbeliveau-silabs <louis-philip.beliveau@silabs.com> Date: Tue Dec 13 11:38:21 2022 -0500 Removed GSDK_TODO related to matter 814
1 parent dd1af3f commit c75ea96

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/platform/EFR32/CHIPCryptoPALPsaEfr32.cpp

+1-3
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,7 @@ static void _log_mbedTLS_error(int error_code)
9898
{
9999
if (error_code != 0)
100100
{
101-
// MATTER_GSDK_TODO
102-
// #if defined(MBEDTLS_ERROR_C)
103-
#if 0
101+
#if defined(MBEDTLS_ERROR_C)
104102
char error_str[MAX_ERROR_STR_LEN];
105103
mbedtls_strerror(error_code, error_str, sizeof(error_str));
106104
ChipLogError(Crypto, "mbedTLS error: %s", error_str);

0 commit comments

Comments
 (0)