mirror of
https://github.com/LIV2/a4091-software.git
synced 2025-12-05 22:12:44 +00:00
11 lines
178 B
C
11 lines
178 B
C
#ifndef _VERSION_H
|
|
#define _VERSION_H
|
|
|
|
#define DEVICE_VERSION 42
|
|
#define DEVICE_REVISION 27
|
|
|
|
extern const char *const version_str;
|
|
extern const char device_id_string[];
|
|
|
|
#endif
|