style:modify sensor barometer driver style

Signed-off-by: chenchong <chenchong43@huawei.com>
This commit is contained in:
chenchong
2022-03-18 16:13:53 +08:00
parent 7762760a8d
commit c027feff77
@@ -114,6 +114,6 @@ struct BarometerDrvData {
int32_t BarometerRegisterChipOps(const struct BarometerOpsCall *ops);
struct SensorCfgData *BarometerCreateCfgData(const struct DeviceResourceNode *node);
void BarometerReleaseCfgData(struct SensorCfgData *sensorCfgData);
void BarometerReleaseCfgData(struct SensorCfgData *barometerCfg);
#endif /* SENSOR_BAROMETER_DRIVER_H */