FW_REV_STR_SIZE
char fwrev[FW_REV_STR_SIZE];
char fwrev[FW_REV_STR_SIZE];
char fwrev[FW_REV_STR_SIZE] = {0};
snprintf(fwrevision, FW_REV_STR_SIZE, "%s", vp->rev.opFwName);
char fwrev[FW_REV_STR_SIZE];