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 Feb 4, 2025
2 parents 36cb99f + 9c4b5fc commit 085c51e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cppcheck_report.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ src/spifixedframe.c:349:34: note: Condition 'byteIndex<expected_bytes_len' is al
src/spifixedframe.c:228:26: style:inconclusive: Function 'spifixedframe_req_resp' argument 2 names different: declaration 'req' definition 'req_bytes'. [funcArgNamesDifferent]
const uint8_t* const req_bytes,
^
include/spifixedframe.h:214:26: note: Function 'spifixedframe_req_resp' argument 2 names different: declaration 'req' definition 'req_bytes'.
include/spifixedframe.h:232:26: note: Function 'spifixedframe_req_resp' argument 2 names different: declaration 'req' definition 'req_bytes'.
const uint8_t* const req,
^
src/spifixedframe.c:228:26: note: Function 'spifixedframe_req_resp' argument 2 names different: declaration 'req' definition 'req_bytes'.
Expand All @@ -55,7 +55,7 @@ src/spifixedframe.c:228:26: note: Function 'spifixedframe_req_resp' argument 2 n
src/spifixedframe.c:230:20: style:inconclusive: Function 'spifixedframe_req_resp' argument 4 names different: declaration 'resp' definition 'resp_bytes'. [funcArgNamesDifferent]
uint8_t* const resp_bytes,
^
include/spifixedframe.h:216:20: note: Function 'spifixedframe_req_resp' argument 4 names different: declaration 'resp' definition 'resp_bytes'.
include/spifixedframe.h:234:20: note: Function 'spifixedframe_req_resp' argument 4 names different: declaration 'resp' definition 'resp_bytes'.
uint8_t* const resp,
^
src/spifixedframe.c:230:20: note: Function 'spifixedframe_req_resp' argument 4 names different: declaration 'resp' definition 'resp_bytes'.
Expand Down

0 comments on commit 085c51e

Please sign in to comment.