Skip to content

Commit

Permalink
Revert
Browse files Browse the repository at this point in the history
  • Loading branch information
rosahay-silabs committed Dec 16, 2024
1 parent 2c13564 commit f0d6732
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/platform/silabs/provision/ProvisionStorageFlash.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -730,10 +730,12 @@ CHIP_ERROR Storage::SetOtaTlvEncryptionKey(const ByteSpan & value)
}
#endif // OTA_ENCRYPTION_ENABLE

#ifdef SL_MATTER_TEST_EVENT_TRIGGER_ENABLED
CHIP_ERROR Storage::GetTestEventTriggerKey(MutableByteSpan & keySpan)
{
return CHIP_ERROR_NOT_IMPLEMENTED;
}
#endif // SL_MATTER_TEST_EVENT_TRIGGER_ENABLED

} // namespace Provision

Expand Down

0 comments on commit f0d6732

Please sign in to comment.