Skip to content

Commit 34cdb47

Browse files
authored
Merge pull request adafruit#10813 from dhalbert/ble_event_handler_t-for-ble_hci
Fix build error from adafruit#10811
2 parents 0558a4e + 0b3b90a commit 34cdb47

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

devices/ble_hci/common-hal/_bleio/PacketBuffer.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,7 @@ typedef struct {
2828
bool packet_queued;
2929
} bleio_packet_buffer_obj_t;
3030

31+
// Unused, but needed for _common_hal_bleio_packet_buffer_construct()
32+
typedef void *ble_event_handler_t;
33+
3134
void bleio_packet_buffer_update(bleio_packet_buffer_obj_t *self, mp_buffer_info_t *bufinfo);

0 commit comments

Comments
 (0)