drivers: eliminate nano/micro kernel usage

Jira: ZEP-1415

Change-Id: I4a009ff57edb799750175aef574a865589f96c14
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2016-12-19 18:41:17 -05:00 committed by Anas Nashif
commit 3d8e86c12c
15 changed files with 39 additions and 69 deletions

View file

@ -21,7 +21,7 @@
#define __GPIO_SCH_H__
#include <stdint.h>
#include <nanokernel.h>
#include <kernel.h>
#include <gpio.h>
#define GPIO_SCH_REG_GEN (0x00)