From ca842d7335a9681ab3694b354c2f25258d114ce0 Mon Sep 17 00:00:00 2001 From: Gabriel Wang Date: Sat, 27 Jul 2024 02:10:04 +0100 Subject: [PATCH] prepare v2.3.3 --- README.md | 2 +- perf_counter.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c8ed40d..a359c89 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# perf_counter (v2.3.2) +# perf_counter (v2.3.3) A dedicated performance counter for Cortex-M Systick. It shares the SysTick with users' original SysTick function(s) without interfering with it. This library will bring new functionalities, such as performance counter,` delay_us` and `clock()` service defined in `time.h`. ### Features: diff --git a/perf_counter.h b/perf_counter.h index 507e528..7e46627 100644 --- a/perf_counter.h +++ b/perf_counter.h @@ -42,7 +42,7 @@ extern "C" { #define __PERF_COUNTER_VER_MINOR__ 3 #define __PERF_COUNTER_VER_REVISE__ 3 -#define __PERF_COUNTER_VER_STR__ "dev" +#define __PERF_COUNTER_VER_STR__ "" #define __PER_COUNTER_VER__ (__PERF_COUNTER_VER_MAJOR__ * 10000ul \ +__PERF_COUNTER_VER_MINOR__ * 100ul \