precision-converters-firmware
Loading...
Searching...
No Matches
version.h
Go to the documentation of this file.
1/*************************************************************************/
14#ifndef VERSION_H
15#define VERSION_H
16
17#include "adi_version.h"
18
19/******************************************************************************/
20/* Define firmware_version string */
21#define MAJOR_VERSION 1
22#define MINOR_VERSION 0
23#define PATCH_VERSION 0
24#define QUALITY_LEVEL QUALITY_LEVEL_RC
25#define STATE_VERSION 0
26
27/******************************************************************************/
28/* Create firmware_version string */
29#define FIRMWARE_VERSION ADI_CONSTRUCT_VERSION(MAJOR_VERSION, \
30 MINOR_VERSION, \
31 PATCH_VERSION, \
32 QUALITY_LEVEL, \
33 STATE_VERSION)
34
35#endif /* VERSION_H */
ADI Version macros.