First working version.

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos
2022-04-20 18:00:01 +02:00
parent 3271e0fe33
commit a07a3464fe
5 changed files with 323 additions and 53 deletions

View File

@@ -18,7 +18,7 @@
#ifndef __VERSION_H_
#define __VERSION_H_
#define OPGP_VERSION 0x0100
#define OPGP_VERSION 0x0304
#define OPGP_VERSION_MAJOR ((OPGP_VERSION >> 8) & 0xff)
#define OPGP_VERSION_MINOR (OPGP_VERSION & 0xff)