Skip to content

Commit ab82280

Browse files
Added ifdef to resolve CI build error
1 parent d1992a4 commit ab82280

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/platform/silabs/rs911x/wfx_sl_ble_init.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ extern "C" {
7171
#define RSI_BLE_CHARACTERISTIC_TX_MEASUREMENT_HANDLE_LOCATION (4)
7272
#define RSI_BLE_CHARACTERISTIC_TX_GATT_SERVER_CLIENT_HANDLE_LOCATION (5)
7373

74-
#if CHIP_ENABLE_ADDITIONAL_DATA_ADVERTISING
74+
#ifdef CHIP_ENABLE_ADDITIONAL_DATA_ADVERTISING
7575
#define RSI_BLE_CUSTOM_CHARACTERISTIC_C3_SIZE (16)
7676
#define RSI_BLE_CUSTOM_CHARACTERISTIC_C3_RESERVED 0x00, 0x00, 0x00
7777
#define RSI_BLE_CUSTOM_CHARACTERISTIC_C3_VALUE_128_DATA_1 0x64630238

0 commit comments

Comments
 (0)