Skip to content

Commit

Permalink
Fixed the undef build failure on disabling CHIP_DEVICE_CONFIG_ENABLE_…
Browse files Browse the repository at this point in the history
…TEST_SETUP_PARAMS
  • Loading branch information
shripad621git committed Dec 30, 2024
1 parent 2249628 commit 0da0038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/include/platform/CHIPDeviceConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -1211,7 +1211,7 @@ static_assert(CHIP_DEVICE_CONFIG_BLE_EXT_ADVERTISING_INTERVAL_MIN <= CHIP_DEVICE
#define CHIP_DEVICE_CONFIG_ENABLE_TEST_SETUP_PARAMS 1
#endif

#if CHIP_DEVICE_CONFIG_ENABLE_TEST_SETUP_PARAMS
#ifdef CHIP_DEVICE_CONFIG_ENABLE_TEST_SETUP_PARAMS

/**
* @def CHIP_DEVICE_CONFIG_USE_TEST_SETUP_PIN_CODE
Expand Down

0 comments on commit 0da0038

Please sign in to comment.