X-Git-Url: https://rtime.felk.cvut.cz/gitweb/fpga/lx-cpu1/lx-rocon.git/blobdiff_plain/bc3bade176b347c6156fb88cde50dbb99c261846..2edacfa8a063477073e7172cca6e41cb2cf89ed3:/sw/app/rocon/appl_pxmc.c diff --git a/sw/app/rocon/appl_pxmc.c b/sw/app/rocon/appl_pxmc.c index c46c0d4..8d583a0 100644 --- a/sw/app/rocon/appl_pxmc.c +++ b/sw/app/rocon/appl_pxmc.c @@ -2364,7 +2364,7 @@ pxmc_axis_mode(pxmc_state_t *mcs, int mode) int res; int prev_mode; - pxmc_set_const_out(mcs, 0); + pxmc_axis_release(mcs); pxmc_clear_flag(mcs, PXMS_ENI_b); pxmc_clear_flags(mcs,PXMS_ENO_m); /* Clear possible stall index flags from hardware */ @@ -2511,7 +2511,7 @@ int pxmc_done(void) pxmc_for_each_mcs(var, mcs) { - pxmc_set_const_out(mcs,0); + pxmc_axis_release(mcs); } pxmc_main_list.pxml_cnt = 0;