Skip to content

Commit b22b8b6

Browse files
committedMay 8, 2015
runtime: fix rtio channel selection in dds batch
1 parent 55f2fef commit b22b8b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

Diff for: ‎soc/runtime/dds.c

+1
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ void dds_batch_exit(void)
8686

8787
if(!batch_mode)
8888
exception_raise(EID_DDS_BATCH_ERROR);
89+
rtio_chan_sel_write(RTIO_DDS_CHANNEL);
8990
now = batch_fud_time - batch_count*DURATION_PROGRAM;
9091
for(i=0;i<batch_count;i++) {
9192
dds_set_one(now, batch_fud_time,

0 commit comments

Comments
 (0)
Please sign in to comment.