[sensors] remvoe useless sensor.h
This commit is contained in:
parent
c67ff54b6e
commit
1831661c4a
|
@ -9,7 +9,7 @@
|
||||||
* 2020-02-22 luhuadong support custom commands
|
* 2020-02-22 luhuadong support custom commands
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "sensor.h"
|
#include <drivers/sensor.h>
|
||||||
|
|
||||||
#define DBG_TAG "sensor"
|
#define DBG_TAG "sensor"
|
||||||
#define DBG_LVL DBG_INFO
|
#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
|
* 2020-02-22 luhuadong Add vendor info and sensor types for cmd
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "sensor.h"
|
#include <drivers/sensor.h>
|
||||||
|
|
||||||
#define DBG_TAG "sensor.cmd"
|
#define DBG_TAG "sensor.cmd"
|
||||||
#define DBG_LVL DBG_INFO
|
#define DBG_LVL DBG_INFO
|
||||||
|
|
Loading…
Reference in New Issue