include: Fix use of <i2c.h> -> <drivers/i2c.h>

Fix #include <i2c.h> as it has been deprecated and
should be #include <drivers/i2c.h>.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
Kumar Gala 2019-12-09 11:28:29 -06:00 committed by Anas Nashif
commit 530b9a7132

View file

@ -12,7 +12,7 @@
#include <sys/byteorder.h>
#include <sys/__assert.h>
#include <logging/log.h>
#include <i2c.h>
#include <drivers/i2c.h>
#include <logging/log.h>
#include <stdio.h>
#include <stdlib.h>