Skip to content

Commit ca842d7

Browse files
committed
prepare v2.3.3
1 parent 4073b90 commit ca842d7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# perf_counter (v2.3.2)
1+
# perf_counter (v2.3.3)
22
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`.
33

44
### Features:

perf_counter.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ extern "C" {
4242
#define __PERF_COUNTER_VER_MINOR__ 3
4343
#define __PERF_COUNTER_VER_REVISE__ 3
4444

45-
#define __PERF_COUNTER_VER_STR__ "dev"
45+
#define __PERF_COUNTER_VER_STR__ ""
4646

4747
#define __PER_COUNTER_VER__ (__PERF_COUNTER_VER_MAJOR__ * 10000ul \
4848
+__PERF_COUNTER_VER_MINOR__ * 100ul \

0 commit comments

Comments
 (0)