forked from len0rd/rockbox
NUM_CARDS can definitely be smaller than NUM_DRIVES, so don't pretend that this is an error
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30570 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
85ad768b6e
commit
382c6974e0
1 changed files with 0 additions and 4 deletions
|
@ -44,10 +44,6 @@
|
|||
#define CARD_NUM_SLOT 0
|
||||
#define NUM_CARDS 2
|
||||
|
||||
#if NUM_CARDS < NUM_DRIVES
|
||||
#error NUM_CARDS less than NUM_DRIVES
|
||||
#endif
|
||||
|
||||
#define EC_OK 0
|
||||
#define EC_FAILED 1
|
||||
#define EC_NOCARD 2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue