mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
29 lines
946 B
C
29 lines
946 B
C
/**
|
|
******************************************************************************
|
|
* @file ll_aton_version.h
|
|
* @author SRA Artificial Intelligence & Embedded Architectures
|
|
* @brief Header file of ATON Verion information
|
|
******************************************************************************
|
|
* @attention
|
|
*
|
|
* Copyright (c) 2024 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 __LL_ATON_VERSION_H
|
|
#define __LL_ATON_VERSION_H
|
|
|
|
#define LL_ATON_VERSION_NAME "atonn-v1.1.0-31-g27f5d5bc"
|
|
#define LL_ATON_VERSION_MAJOR (1)
|
|
#define LL_ATON_VERSION_MINOR (1)
|
|
#define LL_ATON_VERSION_MICRO (0)
|
|
#define LL_ATON_VERSION_DEV (31)
|
|
|
|
#endif
|