| 12345678910111213141516171819202122232425262728293031323334 |
- /*!
- * Copyright (C) Fraunhofer-Institut for Photonic Microsystems (IPMS)
- * Maria-Reiche-Str. 2
- * 01109 Dresden
- *
- * Unauthorized copying of this file, via any medium is strictly prohibited
- * Proprietary and confidential
- *
- * \file ../tsn_rtos/sysinfo.h
- * \date Fri Apr 28 14:39:44 2023 +0200
- * \brief holding system informations
- *
- */
- #ifndef _SYSINFO_H_
- #define _SYSINFO_H_
- /*------------------------------------------------*/
- /* Generated automatically */
- /* do not touch */
- /* */
- /* set by hook script before building the project */
- /*------------------------------------------------*/
- /**MACRO defining an String holding the time stamp of the last build */
- #define SYSINFO_BUILD_DATE "Fri Apr 28 14:39:44 2023 +0200"
- /**MACRO defining an String holding the git tag name of the last build */
- #define SYSINFO_BUILD_TAG "V4.5.3-alpha"
- /**MACRO defining an String holding the git hash of the last build */
- #define SYSINFO_BUILD_HASH "c7347ef0c5ed6c04f9fc01959262e47d9bc681fe"
- #endif // _SYSINFO_H_
|