Specify VP when sending a marker.

This commit is contained in:
Alexander Motin 2015-11-07 19:03:47 +00:00
parent e072f955ff
commit 7b6371ca7c

View File

@ -4434,6 +4434,7 @@ isp_start(XS_T *xs)
m->mrk_header.rqs_entry_count = 1;
m->mrk_header.rqs_entry_type = RQSTYPE_MARKER;
m->mrk_modifier = SYNC_ALL;
m->mrk_vphdl = XS_CHANNEL(xs);
isp_put_marker_24xx(isp, m, qep);
} else {
isp_marker_t *m = (isp_marker_t *) reqp;