change cust rev back to 2, it shouldn't have been changed in the first place
This commit is contained in:
@@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#define CUST_REV 3
|
#define CUST_REV 2
|
||||||
#define KIP_VERSION 230
|
#define KIP_VERSION 230
|
||||||
|
|
||||||
#include "oc_common.hpp"
|
#include "oc_common.hpp"
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ LIBNAMES := minIni
|
|||||||
# major minor patch
|
# major minor patch
|
||||||
TARGET_VERSION := 2.3.0
|
TARGET_VERSION := 2.3.0
|
||||||
KIP_VERSION := 230
|
KIP_VERSION := 230
|
||||||
CUST_REV := 3
|
CUST_REV := 2
|
||||||
|
|
||||||
#---------------------------------------------------------------------------------
|
#---------------------------------------------------------------------------------
|
||||||
# options for code generation
|
# options for code generation
|
||||||
|
|||||||
Reference in New Issue
Block a user