Skip to content

Commit

Permalink
sns: unused arg
Browse files Browse the repository at this point in the history
  • Loading branch information
mcspr committed Nov 7, 2024
1 parent 734087c commit 79fa004
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/espurna/sensors/BaseSensor.h
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ class BaseSensor {
}

// Address of the sensor (it could be the GPIO or I2C address)
virtual String address(unsigned char index) const {
virtual String address(unsigned char) const {
return String();
}

Expand Down

0 comments on commit 79fa004

Please sign in to comment.