diff options
| author | Nils Wallménius <nils@rockbox.org> | 2007-08-01 08:50:44 +0000 |
|---|---|---|
| committer | Nils Wallménius <nils@rockbox.org> | 2007-08-01 08:50:44 +0000 |
| commit | 0bfa3e76ce8f2c5465ff568b7f4dcf7b5fbb462f (patch) | |
| tree | d84ec59c3b9fc00ce46329c01a66b8da46b0e204 /firmware/export/config-e200.h | |
| parent | 3b3fd4997ee32cf5b0bc7cf07b3ac9a73cbcb388 (diff) | |
| download | rockbox-0bfa3e76ce8f2c5465ff568b7f4dcf7b5fbb462f.zip rockbox-0bfa3e76ce8f2c5465ff568b7f4dcf7b5fbb462f.tar.gz rockbox-0bfa3e76ce8f2c5465ff568b7f4dcf7b5fbb462f.tar.bz2 rockbox-0bfa3e76ce8f2c5465ff568b7f4dcf7b5fbb462f.tar.xz | |
Disable 'Disk spindown' and 'Anti skip buffer' settings and some related stuff for flash storage targets as they make no sense
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14110 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-e200.h')
| -rw-r--r-- | firmware/export/config-e200.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/config-e200.h b/firmware/export/config-e200.h index bbf4ce0..b59974a 100644 --- a/firmware/export/config-e200.h +++ b/firmware/export/config-e200.h @@ -84,6 +84,9 @@ #define BATTERY_CAPACITY_DEFAULT 750 /* default battery capacity */ +/* define this if you have a flash memory storage */ +#define HAVE_FLASH_STORAGE + /** Non-simulator section **/ #ifndef SIMULATOR |