File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77*@brief Ring (circular) buffer for general use
88*@author Ziga Miklosic
99*@date 03.02.2021
10- *@version V2.0.1
10+ *@version V2.0.2
1111*
1212*@section Description
1313*
Original file line number Diff line number Diff line change 77*@brief Ring (circular) buffer for general use
88*@author Ziga Miklosic
99*@date 03.02.2021
10- *@version V2.0.1
10+ *@version V2.0.2
1111*/
1212////////////////////////////////////////////////////////////////////////////////
1313/**
3737 */
3838#define RING_BUFFER_VER_MAJOR ( 2 )
3939#define RING_BUFFER_VER_MINOR ( 0 )
40- #define RING_BUFFER_VER_DEVELOP ( 1 )
40+ #define RING_BUFFER_VER_DEVELOP ( 2 )
4141
4242/**
4343 * Status
Original file line number Diff line number Diff line change 1+ ============================================================
2+ Version 2.0.2 (23.06.2022)
3+ ============================================================
4+
5+ Features/Changes:
6+ - Added protection for multiple init calls
7+ - Added detailed description about module limitations
8+
9+ Todo:
10+ -
11+
12+ ============================================================
13+
114============================================================
215 Version 2.0.1 (25.05.2022)
316============================================================
You can’t perform that action at this time.
0 commit comments