Skip to content

Commit

Permalink
[Telink] Fix builds
Browse files Browse the repository at this point in the history
  • Loading branch information
s07641069 committed Oct 9, 2023
1 parent fd92f77 commit 224294a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/nrfconnect/chip-gn/args.gni
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ chip_device_platform = "nrfconnect"

chip_build_tests = false

chip_project_config_include = ""
chip_system_project_config_include = ""
chip_project_config_include = "<CHIPProjectConfig.h>"
chip_system_project_config_include = "<CHIPProjectConfig.h>"
chip_ble_project_config_include = ""

chip_crypto = "mbedtls"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,12 @@
/* Use a default pairing code if one hasn't been provisioned in flash. */
#define CHIP_DEVICE_CONFIG_USE_TEST_SETUP_PIN_CODE 20202021
#define CHIP_DEVICE_CONFIG_USE_TEST_SETUP_DISCRIMINATOR 0xF00

/**
* @def CHIP_DEVICE_CONFIG_ENABLE_SED
*
* @brief Defines if a matter device is acting as a Sleepy End Device(SED)
*/
#ifndef CHIP_DEVICE_CONFIG_ENABLE_SED
#define CHIP_DEVICE_CONFIG_ENABLE_SED 0
#endif

0 comments on commit 224294a

Please sign in to comment.