diff options
| author | Wolfgang Denk <[email protected]> | 2007-10-13 21:15:39 +0200 |
|---|---|---|
| committer | Wolfgang Denk <[email protected]> | 2007-10-13 21:15:39 +0200 |
| commit | de74b9eeacccaf0a42e5ecc9ae79a88f7a311296 (patch) | |
| tree | 6f71dc55b77f8417c74d4f6173d082148678da6c /include/configs | |
| parent | 2885634d648bdc27fcedb623ddf62475e7684e3b (diff) | |
Coding Style cleanup.
Signed-off-by: Wolfgang Denk <[email protected]>
Diffstat (limited to 'include/configs')
| -rw-r--r-- | include/configs/ads5121.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/ads5121.h b/include/configs/ads5121.h index ee9cfd6768c..bb1efdf6dea 100644 --- a/include/configs/ads5121.h +++ b/include/configs/ads5121.h @@ -239,7 +239,7 @@ */ #define CFG_I2C_EEPROM_ADDR_LEN 2 /* 16-bit EEPROM address */ #define CFG_I2C_EEPROM_ADDR 0x50 /* Atmel: AT24C32A-10TQ-2.7 */ -#define CFG_EEPROM_PAGE_WRITE_DELAY_MS 10 /* 10ms of delay */ +#define CFG_EEPROM_PAGE_WRITE_DELAY_MS 10 /* 10ms of delay */ #define CFG_EEPROM_PAGE_WRITE_BITS 5 /* 32-Byte Page Write Mode */ /* |
