1
0
Fork 0
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:
Frank Gevaerts 2011-09-18 13:13:35 +00:00
parent 85ad768b6e
commit 382c6974e0

View file

@ -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