[#236] Fix the number of PCO

This commit is contained in:
Sukchan Lee 2019-08-02 20:41:33 +09:00
parent d8d2f9836d
commit 56ff495e7b
1 changed files with 1 additions and 1 deletions

View File

@ -325,7 +325,7 @@ typedef struct pco_id_s {
void *data;
} pco_id_t;
#define MAX_NUM_OF_PROTOCOL_OR_CONTAINER_ID 8
#define MAX_NUM_OF_PROTOCOL_OR_CONTAINER_ID 16
typedef struct pco_s {
ED3(uint8_t ext:1;,
uint8_t spare:4;,