Update README.md

This commit is contained in:
Gabriel Wang 2023-07-26 07:56:24 +01:00 committed by GitHub
parent 6f89c3716b
commit 219424ac0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
# perf_counter (v2.2.2)
# perf_counter (v2.2.3-dev)
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: