Skip to content

Commit

Permalink
fix #11 closing bracket conditional for c++
Browse files Browse the repository at this point in the history
  • Loading branch information
marcogmaia authored and ESPAbhinav committed Feb 14, 2024
1 parent 4b421f3 commit 44f86a5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions nimble/host/include/host/ble_hs_pvcy.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,8 @@ extern "C" {
*/
int ble_hs_pvcy_rpa_config(uint8_t enable);
#endif

#ifdef __cplusplus
}
#endif

0 comments on commit 44f86a5

Please sign in to comment.