Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinEbnerSensirion committed Oct 23, 2024
1 parent 802e171 commit 5c49b60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stc3x_i2c_example_usage.c
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ int main(void) {
error =
stc3x_measure_gas_concentration_raw(&gas_ticks, &temperature_ticks);
if (error) {
printf("Error executing stc3x_measure_gas_concentration(): %i\n",
printf("Error executing stc3x_measure_gas_concentration_raw(): %i\n",
error);
} else {
gas = 100 * ((float)gas_ticks - 16384.0) / 32768.0;
Expand Down

0 comments on commit 5c49b60

Please sign in to comment.