This commit is contained in:
2026-04-12 16:21:49 +08:00
parent 315495bab3
commit b07d1ff9cd
6 changed files with 84 additions and 45 deletions

View File

@@ -18,7 +18,7 @@ typedef struct {
*/
static const Vl53L1RuntimeCalibration_t k_vl53l1_left_calibration[2] = {
{
.calibrated = 1u,
.calibrated = 0u,
.data = {
.struct_version = 3970629922u,
.customer = {
@@ -67,7 +67,7 @@ static const Vl53L1RuntimeCalibration_t k_vl53l1_left_calibration[2] = {
}
},
{
.calibrated = 1u,
.calibrated = 0u,
.data = {
.struct_version = 3970629922u,
.customer = {
@@ -119,7 +119,7 @@ static const Vl53L1RuntimeCalibration_t k_vl53l1_left_calibration[2] = {
static const Vl53L1RuntimeCalibration_t k_vl53l1_right_calibration[2] = {
{
.calibrated = 1u,
.calibrated = 0u,
.data = {
.struct_version = 3970629922u,
.customer = {
@@ -168,7 +168,7 @@ static const Vl53L1RuntimeCalibration_t k_vl53l1_right_calibration[2] = {
}
},
{
.calibrated = 1u,
.calibrated = 0u,
.data = {
.struct_version = 3970629922u,
.customer = {