Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Flipper-Zero/STM32CubeWB.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Middlewares/ST/STM32_WPAN/ble/core/auto/ble_types.h')
-rw-r--r--Middlewares/ST/STM32_WPAN/ble/core/auto/ble_types.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/Middlewares/ST/STM32_WPAN/ble/core/auto/ble_types.h b/Middlewares/ST/STM32_WPAN/ble/core/auto/ble_types.h
index 46b8ecc60..ac0d48ac5 100644
--- a/Middlewares/ST/STM32_WPAN/ble/core/auto/ble_types.h
+++ b/Middlewares/ST/STM32_WPAN/ble/core/auto/ble_types.h
@@ -1,7 +1,7 @@
/******************************************************************************
* @file ble_types.h
* @author MCD Application Team
- * @date 22 January 2020
+ * @date 02 March 2020
* @brief Auto-generated file: do not edit!
******************************************************************************
* @attention
@@ -2298,11 +2298,6 @@ typedef PACKED(struct)
typedef PACKED(struct)
{
- uint8_t Link_Type;
-} hci_data_buffer_overflow_event_rp0;
-
-typedef PACKED(struct)
-{
uint8_t Status;
uint16_t Connection_Handle;
} hci_encryption_key_refresh_complete_event_rp0;