Skip to content

Commit

Permalink
add header guards for ble_hs_pvcy
Browse files Browse the repository at this point in the history
  • Loading branch information
marcogmaia authored and ESPAbhinav committed Feb 14, 2024
1 parent 44f86a5 commit 9fd99b3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions nimble/host/include/host/ble_hs_pvcy.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
* under the License.
*/

#ifndef H_BLE_HS_PVCY_
#define H_BLE_HS_PVCY_

#include "host/ble_hs.h"

#ifdef __cplusplus
Expand All @@ -43,3 +46,4 @@ int ble_hs_pvcy_rpa_config(uint8_t enable);
}
#endif

#endif

0 comments on commit 9fd99b3

Please sign in to comment.