Skip to content

Commit

Permalink
Update src/mlx90632.c
Browse files Browse the repository at this point in the history
Co-authored-by: Crt Mori <[email protected]>
  • Loading branch information
adnan-ashraf and Letme authored Aug 6, 2024
1 parent eb23dfc commit 09b871d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mlx90632.c
Original file line number Diff line number Diff line change
Expand Up @@ -768,8 +768,8 @@ mlx90632_meas_t mlx90632_get_refresh_rate(void)

int32_t mlx90632_get_channel_position(void)
{
int32_t ret;
uint16_t reg_status;
int32_t ret;

ret = mlx90632_i2c_read(MLX90632_REG_STATUS, &reg_status);
if (ret < 0)
Expand Down

0 comments on commit 09b871d

Please sign in to comment.