From: Nathael Pajani Date: Tue, 12 Mar 2013 21:18:09 +0000 (+0100) Subject: Oups, should have read every part of the documentation... X-Git-Url: http://git.techno-innov.fr/?a=commitdiff_plain;h=d8bb420807abd76260ed02a088e81a6120634c89;p=soft%2Flpc122x%2Fcore Oups, should have read every part of the documentation... --- diff --git a/drivers/eeprom.c b/drivers/eeprom.c index c3fccc8..94247fa 100644 --- a/drivers/eeprom.c +++ b/drivers/eeprom.c @@ -40,8 +40,8 @@ #define EEPROM_ID_SMALL_PAGE_SIZE 16 /* Big eeprom : from 4k bytes and above : These use two address bytes, and the three * physical address pins are used to set the chip address. On DTPlug modules they should - * have address 0xA2. */ -#define EEPROM_ID_BIG_ADDR 0xA2 + * have address 0xA8. */ +#define EEPROM_ID_BIG_ADDR 0xA8 #define EEPROM_ID_BIG_I2C_SIZE 16*1024 #define EEPROM_ID_BIG_PAGE_SIZE 64