STMicroelectronics / STM32CubeWB

Full Firmware Package for the STM32WB series: HAL+LL drivers, CMSIS, BSP, MW, plus a set of Projects (examples and demos) running on all boards provided by ST (Nucleo, Evaluation and Discovery Kits).
https://www.st.com/en/embedded-software/stm32cubewb.html
Other
219 stars 134 forks source link

ble_gatt_aci.h missing C++ support #95

Open raitraak-rrk opened 1 month ago

raitraak-rrk commented 1 month ago

Middlewares/ST/STM32_WPAN/ble/core/auto/ble_hal_aci.h is missing C++ support. Many other STM32_WPAN files look the same.

ifdef __cplusplus

extern "C" {

endif

RJMSTM commented 1 month ago

ST Internal Reference: 186693

RJMSTM commented 1 month ago

Hello,

Thank you for your contribution. You need to include "Middlewares\ST\STM32_WPAN\ble\ble.h" before BLE_ACI.h.

Regards,

raitraak-rrk commented 4 weeks ago

Thanks. However, this seems more of a undocumented workaround rather than a fix.