Skip to content

Commit

Permalink
pleaseing cppcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinEbnerSensirion committed Oct 24, 2024
1 parent f3ffd99 commit c4edd43
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 @@ -67,7 +67,7 @@ int main(void) {
if (error) {
printf("Error executing stc3x_self_test(): %i\n", error);
} else {
printf("Self Test: 0x%04x (OK = 0x0000)\n", self_test_output);
printf("Self Test: 0x%04x (OK = 0x0000)\n", self_test_output.value);
}

error = stc3x_set_binary_gas(0x0001);
Expand Down

0 comments on commit c4edd43

Please sign in to comment.