mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 05:05:20 -05:00
FS#6674: HAVE_XXX souldn't be defined with a value.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12415 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
46bb37add6
commit
45c187ce1d
23 changed files with 61 additions and 61 deletions
|
|
@ -9,7 +9,7 @@
|
|||
#define MODEL_NUMBER 5
|
||||
|
||||
/* define this if you have recording possibility */
|
||||
#define HAVE_RECORDING 1
|
||||
#define HAVE_RECORDING
|
||||
|
||||
/* define the bitmask of hardware sample rates */
|
||||
#define HW_SAMPR_CAPS (SAMPR_CAP_44)
|
||||
|
|
@ -18,10 +18,10 @@
|
|||
#define REC_SAMPR_CAPS (SAMPR_CAP_44)
|
||||
|
||||
/* define this if you have a bitmap LCD display */
|
||||
#define HAVE_LCD_BITMAP 1
|
||||
#define HAVE_LCD_BITMAP
|
||||
|
||||
/* define this if you have a colour LCD */
|
||||
#define HAVE_LCD_COLOR 1
|
||||
#define HAVE_LCD_COLOR
|
||||
|
||||
/* define this if you have access to the quickscreen */
|
||||
#define HAVE_QUICKSCREEN
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue