We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 474011d commit 20f5f06Copy full SHA for 20f5f06
1 file changed
libraries/EEPROM/src/EEPROM.h
@@ -36,8 +36,8 @@ extern "C" {
36
37
struct EERef {
38
39
- EERef(const int index)
40
- : index(index) {}
+ EERef(const int idx)
+ : index(idx) {}
41
42
//Access/read members.
43
uint8_t operator*() const
@@ -140,8 +140,8 @@ struct EERef {
140
141
struct EEPtr {
142
143
- EEPtr(const int index)
144
+ EEPtr(const int idx)
145
146
operator int() const
147
{
0 commit comments