diff options
author | Marianne Arnold <pixelma@rockbox.org> | 2007-10-10 22:49:39 +0000 |
---|---|---|
committer | Marianne Arnold <pixelma@rockbox.org> | 2007-10-10 22:49:39 +0000 |
commit | bcdb3217deba791d05ecd46328622831d8ed3b14 (patch) | |
tree | bfbf36f7444da5aa5f73406fa08410f9c9faeebc /firmware/export/config-c200.h | |
parent | c0c6cff3c1184a86894cb7ee387e3e9e2847b127 (diff) |
Enable recording for Sansa c200, the keymap is usable but maybe could still be improved later.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15071 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-c200.h')
-rw-r--r-- | firmware/export/config-c200.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/config-c200.h b/firmware/export/config-c200.h index dfb688719f..2e3423c79f 100644 --- a/firmware/export/config-c200.h +++ b/firmware/export/config-c200.h @@ -10,7 +10,7 @@ #define HW_SAMPR_CAPS (SAMPR_CAP_44) /* define this if you have recording possibility */ -/* TODO: #define HAVE_RECORDING */ +#define HAVE_RECORDING #define REC_SAMPR_CAPS (SAMPR_CAP_22) #define REC_FREQ_DEFAULT REC_FREQ_22 /* Default is not 44.1kHz */ |