[riot-commits] [RIOT-OS/RIOT] e42572: sys: lib: introduce ringbuffer_remove()
Kaspar Schleiser
kaspar at schleiser.de
Thu Oct 30 23:20:07 CET 2014
Branch: refs/heads/master
Home: https://github.com/RIOT-OS/RIOT
Commit: e4257284ad9762bea8a4c06f6612e380525659f6
https://github.com/RIOT-OS/RIOT/commit/e4257284ad9762bea8a4c06f6612e380525659f6
Author: Kaspar Schleiser <kaspar at schleiser.de>
Date: 2014-10-30 (Thu, 30 Oct 2014)
Changed paths:
M sys/include/ringbuffer.h
M sys/lib/ringbuffer.c
Log Message:
-----------
sys: lib: introduce ringbuffer_remove()
This commit adds a function that deletes n elements from the ringbuffer
without actually writing them somewhere.
Commit: f2483dfd5bbc517b3bdcebdd90042be6a2968bd2
https://github.com/RIOT-OS/RIOT/commit/f2483dfd5bbc517b3bdcebdd90042be6a2968bd2
Author: Kaspar Schleiser <kaspar at schleiser.de>
Date: 2014-10-30 (Thu, 30 Oct 2014)
Changed paths:
M sys/include/ringbuffer.h
M sys/lib/ringbuffer.c
Log Message:
-----------
Merge pull request #1649 from kaspar030/ringbuffer_remove
sys: lib: introduce ringbuffer_remove()
Compare: https://github.com/RIOT-OS/RIOT/compare/54c3cb259eb8...f2483dfd5bbc
More information about the commits
mailing list