drivers: sensor: Fixed include paths s/</"/

CMake no longer adds the source directory to the system include path.

Signed-off-by: Sebastian Boe <sebastian.boe@nordicsemi.no>
This commit is contained in:
Sebastian Bøe 2017-11-10 16:29:19 +01:00 committed by Anas Nashif
commit 2224e22a6f
5 changed files with 5 additions and 5 deletions

View file

@ -4,7 +4,7 @@
* SPDX-License-Identifier: Apache-2.0 * SPDX-License-Identifier: Apache-2.0
*/ */
#include <fxas21002.h> #include "fxas21002.h"
#include <misc/util.h> #include <misc/util.h>
#include <misc/__assert.h> #include <misc/__assert.h>

View file

@ -4,7 +4,7 @@
* SPDX-License-Identifier: Apache-2.0 * SPDX-License-Identifier: Apache-2.0
*/ */
#include <fxas21002.h> #include "fxas21002.h"
static void fxas21002_gpio_callback(struct device *dev, static void fxas21002_gpio_callback(struct device *dev,
struct gpio_callback *cb, struct gpio_callback *cb,

View file

@ -4,7 +4,7 @@
* SPDX-License-Identifier: Apache-2.0 * SPDX-License-Identifier: Apache-2.0
*/ */
#include <fxos8700.h> #include "fxos8700.h"
#include <misc/util.h> #include <misc/util.h>
#include <misc/__assert.h> #include <misc/__assert.h>

View file

@ -4,7 +4,7 @@
* SPDX-License-Identifier: Apache-2.0 * SPDX-License-Identifier: Apache-2.0
*/ */
#include <fxos8700.h> #include "fxos8700.h"
static void fxos8700_gpio_callback(struct device *dev, static void fxos8700_gpio_callback(struct device *dev,
struct gpio_callback *cb, struct gpio_callback *cb,

View file

@ -4,7 +4,7 @@
* SPDX-License-Identifier: Apache-2.0 * SPDX-License-Identifier: Apache-2.0
*/ */
#include <max30101.h> #include "max30101.h"
static int max30101_sample_fetch(struct device *dev, enum sensor_channel chan) static int max30101_sample_fetch(struct device *dev, enum sensor_channel chan)
{ {