diff options
Diffstat (limited to 'common/cmd_eeprom.c')
-rw-r--r-- | common/cmd_eeprom.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/cmd_eeprom.c b/common/cmd_eeprom.c index 2d4c9f6..a3dedb0 100644 --- a/common/cmd_eeprom.c +++ b/common/cmd_eeprom.c @@ -28,10 +28,10 @@ * FRAM devices read and write data at bus speed. In particular, there is no * write delay. Also, there is no limit imposed on the numer of bytes that can * be transferred with a single read or write. - * + * * Use the following configuration options to ensure no unneeded performance * degradation (typical for EEPROM) is incured for FRAM memory: - * + * * #define CFG_I2C_FRAM * #undef CFG_EEPROM_PAGE_WRITE_DELAY_MS * |