diff options
| author | Peter D'Hoye <peter.dhoye@gmail.com> | 2006-08-15 22:54:06 +0000 |
|---|---|---|
| committer | Peter D'Hoye <peter.dhoye@gmail.com> | 2006-08-15 22:54:06 +0000 |
| commit | c4a59a290b81cae137f8b3c2b709c9c565701eb9 (patch) | |
| tree | 9d54832f14b8fe365e427152011b62026f61e898 /apps/misc.c | |
| parent | 98c9f959e53536a0b63d0376fad198ef883c5c03 (diff) | |
| download | rockbox-c4a59a290b81cae137f8b3c2b709c9c565701eb9.zip rockbox-c4a59a290b81cae137f8b3c2b709c9c565701eb9.tar.gz rockbox-c4a59a290b81cae137f8b3c2b709c9c565701eb9.tar.bz2 rockbox-c4a59a290b81cae137f8b3c2b709c9c565701eb9.tar.xz | |
eeprom driver for the h3x0 series, cleaned up the h1x0 series driver a bit, added debug entry for h3x0 that allows to write to the eeprom
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10597 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/misc.c')
| -rw-r--r-- | apps/misc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/misc.c b/apps/misc.c index ffacf7e..19cee60 100644 --- a/apps/misc.c +++ b/apps/misc.c @@ -507,7 +507,7 @@ static bool clean_shutdown(void (*callback)(void *), void *parameter) callback(parameter); system_flush(); -#ifdef HAVE_EEPROM +#ifdef HAVE_EEPROM_SETTINGS if (firmware_settings.initialized) { firmware_settings.disk_clean = true; |