napatech: make stream_id uint8_t

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

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

Loading…
Cancel
Save