From 6617aae9b9f297c388fc011bdf4eb6c4553339e6 Mon Sep 17 00:00:00 2001 From: Wolfgang Denk Date: Fri, 19 Aug 2005 00:46:54 +0200 Subject: Add new board specific commands for TQM5200/STK52XX - Sound commands (beep, wav, sound) - Test commands (led, can, backlight, rs232) Patch by Martin Krause, 02 May 2005 --- common/cmd_eeprom.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'common') 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 * -- cgit v1.1