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/template/ble_const.h')
-rw-r--r--Middlewares/ST/STM32_WPAN/ble/core/template/ble_const.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/Middlewares/ST/STM32_WPAN/ble/core/template/ble_const.h b/Middlewares/ST/STM32_WPAN/ble/core/template/ble_const.h
index ff3842a52..285538bcf 100644
--- a/Middlewares/ST/STM32_WPAN/ble/core/template/ble_const.h
+++ b/Middlewares/ST/STM32_WPAN/ble/core/template/ble_const.h
@@ -1,11 +1,11 @@
/*****************************************************************************
* @file ble_const.h
- * @author MCD Application Team
+ * @author MCD
* @brief This file contains the definitions which are compiler dependent.
*****************************************************************************
* @attention
*
- * <h2><center>&copy; Copyright (c) 2019 STMicroelectronics.
+ * <h2><center>&copy; Copyright (c) 2020 STMicroelectronics.
* All rights reserved.</center></h2>
*
* This software component is licensed by ST under Ultimate Liberty license
@@ -34,6 +34,9 @@
#ifndef SLAVE_ONLY
#define SLAVE_ONLY 0
#endif
+#ifndef BEACON_ONLY
+#define BEACON_ONLY 0
+#endif
/* Size of command/events buffers:
@@ -114,6 +117,6 @@ extern int hci_send_req( struct hci_request* req, uint8_t async );
#endif
-#endif /* ! BLE_CONST_H__ */
+#endif /* BLE_CONST_H__ */
/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE***/