From e44af04aeb6fdf36e924592e7f6a1258e7c9bb6f Mon Sep 17 00:00:00 2001 From: Gabriel Wang Date: Sat, 6 Jul 2024 07:43:55 +0100 Subject: [PATCH] minor update --- example/example.uvoptx | 16 ++++++++++++++++ example/example.uvprojx | 1 + perf_counter.h | 4 ++-- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/example/example.uvoptx b/example/example.uvoptx index e19b0b8..af5efc5 100644 --- a/example/example.uvoptx +++ b/example/example.uvoptx @@ -170,6 +170,22 @@ \\example\main.c\151 + + 1 + 0 + 158 + 1 +
0
+ 0 + 0 + 0 + 0 + 0 + 0 + <1>.\main.c + + +
diff --git a/example/example.uvprojx b/example/example.uvprojx index ee2e549..c7d8ec4 100644 --- a/example/example.uvprojx +++ b/example/example.uvprojx @@ -1638,6 +1638,7 @@ + diff --git a/perf_counter.h b/perf_counter.h index 3caf2ec..c4b8380 100644 --- a/perf_counter.h +++ b/perf_counter.h @@ -40,9 +40,9 @@ extern "C" { */ #define __PERF_COUNTER_VER_MAJOR__ 2 #define __PERF_COUNTER_VER_MINOR__ 3 -#define __PERF_COUNTER_VER_REVISE__ 2 +#define __PERF_COUNTER_VER_REVISE__ 3 -#define __PERF_COUNTER_VER_STR__ "" +#define __PERF_COUNTER_VER_STR__ "dev" #define __PER_COUNTER_VER__ (__PERF_COUNTER_VER_MAJOR__ * 10000ul \ +__PERF_COUNTER_VER_MINOR__ * 100ul \