Skip to content

Commit

Permalink
Fix #79 (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
ekinohito authored Nov 25, 2024
1 parent 43f4886 commit bb84b19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion I2C_eeprom.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
// PUBLIC FUNCTIONS
//
I2C_eeprom::I2C_eeprom(const uint8_t deviceAddress, TwoWire * wire) :
I2C_eeprom(deviceAddress, I2C_PAGESIZE_24LC256, wire)
I2C_eeprom(deviceAddress, I2C_DEVICESIZE_24LC256, wire)
{
}

Expand Down

0 comments on commit bb84b19

Please sign in to comment.