Skip to content

Commit

Permalink
runtime: fix rtio channel selection in dds batch
Browse files Browse the repository at this point in the history
sbourdeauducq committed May 8, 2015
1 parent 55f2fef commit b22b8b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions soc/runtime/dds.c
Original file line number Diff line number Diff line change
@@ -86,6 +86,7 @@ void dds_batch_exit(void)

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

0 comments on commit b22b8b6

Please sign in to comment.