Skip to content

Commit

Permalink
Fix header guard since 2 headers had the same (#32297)
Browse files Browse the repository at this point in the history
  • Loading branch information
jepenven-silabs authored and pull[bot] committed Apr 8, 2024
1 parent f7ce775 commit 0fe11d3
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/platform/silabs/rs911x/rsi_ble_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@
* sections of the MSLA applicable to Source Code.
*
******************************************************************************/

#ifndef RSI_BLE_CONFIG_H
#define RSI_BLE_CONFIG_H
#pragma once

#include "rsi_ble_apis.h"
#if (SIWX_917 | EXP_BOARD)
Expand Down Expand Up @@ -315,6 +313,4 @@ typedef struct rsi_ble_s
uint16_t DATA_ix;
uint16_t att_rec_list_count;
rsi_ble_att_list_t att_rec_list[NO_OF_VAL_ATT];
} rsi_ble_t;

#endif
} rsi_ble_t;

0 comments on commit 0fe11d3

Please sign in to comment.