Commit 35b66a85 authored by ghaddab's avatar ghaddab

extended MAX_CARDS to 20

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@5177 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent 027aba40
......@@ -4,8 +4,8 @@
// Maximum number of concurrently supported cards
//
#define MAX_CARDS 4
#define INIT_ZEROS {0, 0, 0, 0}
#define MAX_CARDS 20
#define INIT_ZEROS {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}
/** PCIe subsystem configuration Space
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment