Commit 6cdb2a77 authored by Peter Jansweijer's avatar Peter Jansweijer

Use 2 address bytes: offset_bytes = 2

parent 5396efb9
Pipeline #307 failed with stages
in 10 seconds
......@@ -121,7 +121,7 @@ int wrc_board_init()
&pin_eeprom_sda );
bb_i2c_init(&dev_i2c_eeprom);
i2c_eeprom_create(&wrc_eeprom_dev, &dev_i2c_eeprom, 0x50, 0x00);
i2c_eeprom_create(&wrc_eeprom_dev, &dev_i2c_eeprom, 0x50, 2);
storage_i2c_eeprom_create( &wrc_storage_dev, &wrc_eeprom_dev );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment