CMD_BUF_LEN
unsigned char command[CMD_BUF_LEN]; /* command */
unsigned char command[CMD_BUF_LEN]; /* command */
if (sc->commandCount < CMD_BUF_LEN)
ASSERT(sc->commandCount == CMD_BUF_LEN);
if (sc->commandCount < CMD_BUF_LEN)
ASSERT(sc->commandCount == CMD_BUF_LEN);