sensors: use unified kernel APIs for kernel objects
move both semaphores and nano_work objects to unified kernel APIs. Change-Id: Icca8a091063544c451e47201cd8e956b95010513 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
24f94ca49e
commit
8910c228a2
51 changed files with 161 additions and 173 deletions
|
@ -18,7 +18,7 @@
|
|||
#include <i2c.h>
|
||||
#include <misc/byteorder.h>
|
||||
#include <misc/util.h>
|
||||
#include <nanokernel.h>
|
||||
#include <kernel.h>
|
||||
#include <sensor.h>
|
||||
#include <misc/__assert.h>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue