Skip to content

Commit

Permalink
fixup by jack lol
Browse files Browse the repository at this point in the history
  • Loading branch information
Myers-Ty committed Dec 6, 2024
1 parent 23f86fb commit 12b9141
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Core/Src/msb.c
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ int32_t imu_data_get(stmdev_ctx_t *ctx, stmdev_ctx_t *aux_ctx, lsm6dso_md_t *imu
osStatus_t mut_stat = osMutexAcquire(i2c_mutex, osWaitForever);
if (mut_stat)
return mut_stat;
HAL_StatusTypeDef hal_stat = lsm6dso_data_get(&ctx, &aux_ctx, &imu_md_temp, &imu_data_temp);;
HAL_StatusTypeDef hal_stat = lsm6dso_data_get(&ctx, &aux_ctx, &imu_md_temp, &imu_data_temp);
if (hal_stat)
return hal_stat;

Expand Down

0 comments on commit 12b9141

Please sign in to comment.