sm: fix build

This commit is contained in:
Matthias Ringwald 2023-05-22 14:06:19 +02:00
parent bad51150f2
commit c5b6ce22ac

View File

@ -277,7 +277,9 @@ static uint8_t sm_aes128_ciphertext[16];
// to receive events
static btstack_packet_callback_registration_t hci_event_callback_registration;
#ifdef ENABLE_CROSS_TRANSPORT_KEY_DERIVATION
static btstack_packet_callback_registration_t l2cap_event_callback_registration;
#endif
/* to dispatch sm event */
static btstack_linked_list_t sm_event_handlers;