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/mesh/Inc/ble_clock.h')
-rw-r--r--Middlewares/ST/STM32_WPAN/ble/mesh/Inc/ble_clock.h35
1 files changed, 18 insertions, 17 deletions
diff --git a/Middlewares/ST/STM32_WPAN/ble/mesh/Inc/ble_clock.h b/Middlewares/ST/STM32_WPAN/ble/mesh/Inc/ble_clock.h
index 8f92cbcc2..613d28a0e 100644
--- a/Middlewares/ST/STM32_WPAN/ble/mesh/Inc/ble_clock.h
+++ b/Middlewares/ST/STM32_WPAN/ble/mesh/Inc/ble_clock.h
@@ -1,23 +1,24 @@
-/******************** (C) COPYRIGHT 2012 STMicroelectronics ********************
-* File Name : ble_clock.h
-* Author : AMS - HEA&RF BU
-* @version V1.12.000
-* @date 06-12-2019
-* Description : Header file for clock library, that gives a simple time
-* reference to the BLE Stack.
-********************************************************************************
-* THE PRESENT FIRMWARE WHICH IS FOR GUIDANCE ONLY AIMS AT PROVIDING CUSTOMERS
-* WITH CODING INFORMATION REGARDING THEIR PRODUCTS IN ORDER FOR THEM TO SAVE TIME.
-* AS A RESULT, STMICROELECTRONICS SHALL NOT BE HELD LIABLE FOR ANY DIRECT,
-* INDIRECT OR CONSEQUENTIAL DAMAGES WITH RESPECT TO ANY CLAIMS ARISING FROM THE
-* CONTENT OF SUCH FIRMWARE AND/OR THE USE MADE BY CUSTOMERS OF THE CODING
-* INFORMATION CONTAINED HEREIN IN CONNECTION WITH THEIR PRODUCTS.
-*******************************************************************************/
-
+/**
+******************************************************************************
+* @file ble_clock.h
+* @author BLE Mesh Team
+* @brief Header file for clock library, that gives a simple time
+* reference to the BLE Stack.
+******************************************************************************
+* @attention
+*
+* Copyright (c) 2018-2021 STMicroelectronics.
+* All rights reserved.
+*
+* This software is licensed under terms that can be found in the LICENSE file
+* in the root directory of this software component.
+* If no LICENSE file comes with this software, it is provided AS-IS.
+*
+******************************************************************************
+*/
#ifndef __BLE_CLOCK_H__
#define __BLE_CLOCK_H__
-//#include "bluenrg_itf.h"
#include <stdint.h>
typedef uint32_t tClockTime;