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
*/
#include <fxas21002.h>
#include "fxas21002.h"
#include <misc/util.h>
#include <misc/__assert.h>