Skip to content

Commit

Permalink
force pipeline to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonieFierz committed May 23, 2024
1 parent 47514cf commit d548f12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sgp41_i2c.c
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ int16_t sgp41_execute_conditioning(uint16_t default_rh, uint16_t default_t,
offset =
sensirion_i2c_add_uint16_t_to_buffer(&buffer[0], offset, default_t);

error = sensirion_i2c_write_data(SGP41_I2C_ADDRESS, &buffer[0], offset);
error = sensirion_i2c_write_dataaa(SGP41_I2C_ADDRESS, &buffer[0], offset);
if (error) {
return error;
}
Expand Down

0 comments on commit d548f12

Please sign in to comment.