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:
parent
29bb2a8fbf
commit
2224e22a6f
5 changed files with 5 additions and 5 deletions
|
@ -4,7 +4,7 @@
|
|||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
#include <fxas21002.h>
|
||||
#include "fxas21002.h"
|
||||
#include <misc/util.h>
|
||||
#include <misc/__assert.h>
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
#include <fxas21002.h>
|
||||
#include "fxas21002.h"
|
||||
|
||||
static void fxas21002_gpio_callback(struct device *dev,
|
||||
struct gpio_callback *cb,
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
#include <fxos8700.h>
|
||||
#include "fxos8700.h"
|
||||
#include <misc/util.h>
|
||||
#include <misc/__assert.h>
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
#include <fxos8700.h>
|
||||
#include "fxos8700.h"
|
||||
|
||||
static void fxos8700_gpio_callback(struct device *dev,
|
||||
struct gpio_callback *cb,
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
#include <max30101.h>
|
||||
#include "max30101.h"
|
||||
|
||||
static int max30101_sample_fetch(struct device *dev, enum sensor_channel chan)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue