lib: move ring_buffer from misc/ to lib/

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2017-12-14 13:57:03 -05:00 committed by Anas Nashif
commit e2122cbf89
13 changed files with 231 additions and 217 deletions

View file

@ -22,7 +22,7 @@ extern "C" {
#include <kernel.h>
#include <errno.h>
#include <misc/ring_buffer.h>
#include <ring_buffer.h>
struct event_logger {
struct k_sem sync_sema;