改点东西

This commit is contained in:
2025-10-07 13:40:18 +08:00
parent 22a71d3d04
commit 563ede007c
3 changed files with 15 additions and 19 deletions

View File

@@ -254,7 +254,7 @@ int8_t DM_IMU_AutoUpdateAll(DM_IMU_t *imu){
count = 0; // 重置计数器
return DEVICE_OK;
}
return DEVICE_ERROR;
return DEVICE_ERR;
}
/**