change cust rev back to 2, it shouldn't have been changed in the first place

This commit is contained in:
Lightos1
2026-05-12 11:22:51 +02:00
parent b4627ad171
commit d6c2ddf2ea
2 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,7 @@
#pragma once
#define CUST_REV 3
#define CUST_REV 2
#define KIP_VERSION 230
#include "oc_common.hpp"

View File

@@ -30,7 +30,7 @@ LIBNAMES := minIni
# major minor patch
TARGET_VERSION := 2.3.0
KIP_VERSION := 230
CUST_REV := 3
CUST_REV := 2
#---------------------------------------------------------------------------------
# options for code generation