diff --git a/framework/model/sensor/driver/hall/sensor_hall_driver.c b/framework/model/sensor/driver/hall/sensor_hall_driver.c index d5673d5676f5152f141a9b428eb8a36eff2fa61d..e5134fca8913e663f2f27cd968d80bc8958e4b0a 100644 --- a/framework/model/sensor/driver/hall/sensor_hall_driver.c +++ b/framework/model/sensor/driver/hall/sensor_hall_driver.c @@ -40,7 +40,7 @@ int32_t HallRegisterChipOps(const struct HallOpsCall *ops) return HDF_SUCCESS; } -void ReadGpioData() +void ReadGpioData(void) { int32_t ret; uint16_t tmp;