Skip to content

Commit f7dbf18

Browse files
committed
Support of the shared memory transport layer for the stm32wb55
with STM32WB built-in chip (STM32WB_RF) It also Allows HCI SPI Transport with STM32WBxx Signed-off-by: Francois Ramu <[email protected]>
1 parent 3813996 commit f7dbf18

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: src/STM32duinoBLE.h

+4
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@
2424
#include "BLEProperty.h"
2525
#include "BLEStringCharacteristic.h"
2626
#include "BLETypedCharacteristics.h"
27+
28+
#if defined(STM32WBxx)
29+
#include "utility/HCISharedMemTransport.h"
30+
#endif
2731
#include "utility/HCISpiTransport.h"
2832

2933
#endif

0 commit comments

Comments
 (0)