forked from xuos/xiuos
delete original app contents of xiuos
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
menuconfig SENSOR_SENSORDEVICE
|
||||
bool "Using sensor devices"
|
||||
bool "support sensor framework"
|
||||
default y
|
||||
|
||||
if SENSOR_SENSORDEVICE
|
||||
|
||||
@@ -118,7 +118,7 @@ int SensorQuantityRegister(struct SensorQuantity *quant);
|
||||
int SensorQuantityUnregister(struct SensorQuantity *quant);
|
||||
int SensorQuantityOpen(struct SensorQuantity *quant);
|
||||
int SensorQuantityClose(struct SensorQuantity *quant);
|
||||
int32_t SensorQuantityRead(struct SensorQuantity *quant);
|
||||
int SensorQuantityRead(struct SensorQuantity *quant);
|
||||
int SensorQuantityControl(struct SensorQuantity *quant, int cmd);
|
||||
|
||||
uint32_t Crc16(uint8_t * data, uint8_t length);
|
||||
|
||||
Reference in New Issue
Block a user