Skip to content

Commit

Permalink
style(all): apply clang-format to '214-import-pac193x-sensor-library-…
Browse files Browse the repository at this point in the history
…improvements'
  • Loading branch information
actions-user committed Jun 29, 2024
1 parent a073093 commit 819b73b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/sensor/pac193x/Pac193x.c
Original file line number Diff line number Diff line change
Expand Up @@ -641,9 +641,10 @@ static float pac193xInternalConvertToFloat(uint64_t input) {
return (float)input;
}

static float
pac193xInternalCalculateAccumulatorCount(uint64_t input, __attribute((__unused__)) float resistor,
__attribute((__unused__)) uint8_t sampleRate) {
static float pac193xInternalCalculateAccumulatorCount(uint64_t input,
__attribute((__unused__)) float resistor,
__attribute((__unused__))
uint8_t sampleRate) {
return pac193xInternalConvertToFloat(input);
}

Expand Down

0 comments on commit 819b73b

Please sign in to comment.