Skip to content

Commit

Permalink
[SILABS] added sl_matter_test_event_trigger_config for SLC use case (p…
Browse files Browse the repository at this point in the history
…roject-chip#36250)

* added sl_matter_test_event_trigger_config for SLC use case

* Restyled by clang-format

* condition fix

---------

Co-authored-by: Restyled.io <[email protected]>
  • Loading branch information
Sarthak-Shaha and restyled-commits authored Oct 25, 2024
1 parent 377947b commit 38c3e91
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@
#include <platform/silabs/MigrationManager.h>
#include <platform/silabs/SilabsConfig.h>
#include <silabs_creds.h>
#ifndef NDEBUG
#if defined(SL_MATTER_TEST_EVENT_TRIGGER_ENABLED) && (SL_MATTER_GN_BUILD == 0)
#include <sl_matter_test_event_trigger_config.h>
#endif // defined(SL_MATTER_TEST_EVENT_TRIGGER_ENABLED) && (SL_MATTER_GN_BUILD == 0)
#endif // NDEBUG
#ifdef OTA_ENCRYPTION_ENABLE
#include <platform/silabs/multi-ota/OtaTlvEncryptionKey.h>
#endif // OTA_ENCRYPTION_ENABLE
Expand Down

0 comments on commit 38c3e91

Please sign in to comment.