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/* Create firmware_version string */
28#define FIRMWARE_VERSION ADI_CONSTRUCT_VERSION(MAJOR_VERSION, \
29 MINOR_VERSION, \
30 PATCH_VERSION, \
31 QUALITY_LEVEL, \
32 STATE_VERSION)
33
34#endif //VERSION_H
ADI Version macros.