Skip to content

Commit bf27011

Browse files
committed
Fix return type of EEPROM_I2C_setAddress()
1 parent 95e8e7f commit bf27011

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

eeprom_edit.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ void EEPROM_I2C_write(byte I2C_ADDRESS)
149149
Serial.println();
150150
}
151151

152-
byte EEPROM_I2C_setAddress()
152+
char EEPROM_I2C_setAddress()
153153
{
154154
while(true)
155155
{

0 commit comments

Comments
 (0)