summaryrefslogtreecommitdiff
path: root/firmware/export/config/fiiom3k.h
diff options
context:
space:
mode:
authorMoshe Piekarski <dev.rockbox@melachim.net>2020-11-14 19:20:33 -0500
committerMoshe Piekarski <dev.rockbox@melachim.net>2020-11-14 19:20:33 -0500
commit3ef8455626b80162e22f91e99e76860b0ebc8db5 (patch)
treea40cabc8928df9b838492ae5cd4d5ba52d02ba18 /firmware/export/config/fiiom3k.h
parentc10eea46a95bec807fffc20a8d55b4575bc5e6ca (diff)
downloadrockbox-3ef8455626b80162e22f91e99e76860b0ebc8db5.tar.gz
rockbox-3ef8455626b80162e22f91e99e76860b0ebc8db5.zip
Remove some SWCODEC artifacts
Change-Id: I580522bc0ec3bc86c24400625d7d9cde2eea8fc8
Diffstat (limited to 'firmware/export/config/fiiom3k.h')
-rw-r--r--firmware/export/config/fiiom3k.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/firmware/export/config/fiiom3k.h b/firmware/export/config/fiiom3k.h
index ebf7117984..6e831f2f55 100644
--- a/firmware/export/config/fiiom3k.h
+++ b/firmware/export/config/fiiom3k.h
@@ -22,9 +22,6 @@
22 22
23#define HW_SAMPR_CAPS (SAMPR_CAP_44 | SAMPR_CAP_48 | SAMPR_CAP_88 | SAMPR_CAP_96 | SAMPR_CAP_176 | SAMPR_CAP_192) 23#define HW_SAMPR_CAPS (SAMPR_CAP_44 | SAMPR_CAP_48 | SAMPR_CAP_88 | SAMPR_CAP_96 | SAMPR_CAP_176 | SAMPR_CAP_192)
24 24
25/* define this if you have a bitmap LCD display */
26#define HAVE_LCD_BITMAP
27
28/* define this if you have a colour LCD */ 25/* define this if you have a colour LCD */
29#define HAVE_LCD_COLOR 26#define HAVE_LCD_COLOR
30 27