Skip to content

Commit

Permalink
Fix #336: unused var in Catena_Si1133::configure()
Browse files Browse the repository at this point in the history
  • Loading branch information
terrillmoore committed Jun 12, 2022
1 parent 47127f1 commit 7d9a1ba
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/lib/Catena_Si1133.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -240,8 +240,6 @@ boolean Catena_Si1133::configure(
uint8_t uMeasurementCount
)
{
uint8_t uChannelBase;

if (uMode > sizeof(sk_Config) / sizeof(sk_Config[0]))
return false;

Expand Down

0 comments on commit 7d9a1ba

Please sign in to comment.