Skip to content

Commit 60f2b1f

Browse files
committed
No longer write to the parameter in EEPROM_I2C_interactive
It's just plain bad form.
1 parent 40a117f commit 60f2b1f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

eeprom_edit.ino

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,8 +184,9 @@ char EEPROM_I2C_setAddress()
184184
}
185185
}
186186

187-
void EEPROM_I2C_interactive(char I2C_Address)
187+
void EEPROM_I2C_interactive(char address)
188188
{
189+
char I2C_Address = address;
189190
//Loop forever
190191
while(true)
191192
{

0 commit comments

Comments
 (0)