Skip to content

Commit

Permalink
Merge branch 'i2c' of https://github.com/endail/hx711-pico-c into i2c
Browse files Browse the repository at this point in the history
  • Loading branch information
endail committed Jan 26, 2025
2 parents b50c90f + 4002a47 commit 36ea749
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cppcheck_report.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ src/hx711_multi.c:744:13: style: Variable 'interrupt_status_cb918069_eadf_49bc_9
src/hx711_multi.c:858:9: style: Variable 'interrupt_status_cb918069_eadf_49bc_9d8c_a8a4defad20c_4' is assigned a value that is never used. [unreadVariable]
HX711_MUTEX_BLOCK(hxm->_mut,
^
src/spifixedframe.c:346:34: style: Condition 'byteIndex<expected_bytes_len' is always true [knownConditionTrueFalse]
src/spifixedframe.c:295:34: style: Condition 'byteIndex<expected_bytes_len' is always true [knownConditionTrueFalse]
if(byteIndex < expected_bytes_len) {
^
src/spifixedframe.c:332:30: note: Assuming condition 'byteIndex>=expected_bytes_len' is false
src/spifixedframe.c:281:30: note: Assuming condition 'byteIndex>=expected_bytes_len' is false
if(byteIndex >= expected_bytes_len) {
^
src/spifixedframe.c:346:34: note: Condition 'byteIndex<expected_bytes_len' is always true
src/spifixedframe.c:295:34: note: Condition 'byteIndex<expected_bytes_len' is always true
if(byteIndex < expected_bytes_len) {
^
src/util.c:545:9: style: Variable 'interrupt_status_cb918069_eadf_49bc_9d8c_a8a4defad20c_0' is assigned a value that is never used. [unreadVariable]
Expand Down

0 comments on commit 36ea749

Please sign in to comment.