lib: move ring_buffer from misc/ to lib/
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
6daf046e8f
commit
e2122cbf89
13 changed files with 231 additions and 217 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue