a4091-software/version.h
2023-10-31 21:20:53 -07:00

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