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:
Anas Nashif 2016-11-10 08:21:34 -05:00 committed by Andrew Boie
commit 8910c228a2
51 changed files with 161 additions and 173 deletions

View file

@ -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>