@@ -9,7 +9,7 @@
* 2020-02-22 luhuadong support custom commands
*/
-#include "sensor.h"
+#include <drivers/sensor.h>
#define DBG_TAG "sensor"
#define DBG_LVL DBG_INFO
@@ -1,14 +0,0 @@
-/*
- * Copyright (c) 2006-2021, RT-Thread Development Team
- *
- * SPDX-License-Identifier: Apache-2.0
- * Change Logs:
- * Date Author Notes
- * 2019-01-31 flybreak first version
- */
-
-#include <rtthread.h>
-#include <rtdevice.h>
@@ -10,7 +10,7 @@
* 2020-02-22 luhuadong Add vendor info and sensor types for cmd
#define DBG_TAG "sensor.cmd"