4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-02-21 06:47:41 +08:00
Grissiom 981d929b56 ringbuffer: fix the ambiguous name
RT_RINGBUFFER_SIZE could mean "the size of the whole buffer", "the size
of the empty space" or "the size of the data". Moreover, it's never a
micro anymore. Change it to rt_ringbuffer_data_len before it's too late.
Also, RT_RINGBUFFER_EMPTY is changed to rt_ringbuffer_space_len.
2013-08-19 14:12:35 +08:00
..
2013-01-08 22:40:58 +08:00
2013-07-29 14:50:12 +08:00
2013-02-01 10:27:10 +08:00
2013-07-24 07:33:48 +08:00
2013-04-04 14:12:35 -04:00
2013-04-10 21:40:08 +08:00
2013-08-12 07:21:29 -07:00
2013-06-30 21:51:41 +08:00
2013-01-08 22:40:58 +08:00