napatech: make stream_id uint8_t

pull/5101/head
Shivani Bhardwaj 5 years ago
parent f4c9d33923
commit a516435443

@ -41,7 +41,7 @@ typedef struct NapatechPacketVars_
typedef struct NapatechStreamConfig_
{
uint16_t stream_id;
uint8_t stream_id;
bool is_active;
bool initialized;
} NapatechStreamConfig;

Loading…
Cancel
Save