mirror of
https://github.com/GorgonMeducer/perf_counter.git
synced 2025-01-24 19:23:03 +08:00
prepare v2.3.3
This commit is contained in:
parent
4073b907cc
commit
ca842d7335
@ -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:
|
||||
|
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user