diff --git a/targets/ARCH/EXMIMO/USERSPACE/OCTAVE/Makefile b/targets/ARCH/EXMIMO/USERSPACE/OCTAVE/Makefile index 873f2668c1f2d9075996cc29edf75a80e79033ff..c9c5f82819e1bce3acef7db958e2a19b37bca99a 100644 --- a/targets/ARCH/EXMIMO/USERSPACE/OCTAVE/Makefile +++ b/targets/ARCH/EXMIMO/USERSPACE/OCTAVE/Makefile @@ -28,7 +28,7 @@ CFLAGS += -I$(OPENAIRTARGETS_DIR)/ARCH/EXMIMO/USERSPACE/LIB -I$(OPENAIRTARGETS_D #OPENAIROBJS = $(OPENAIR1_DIR)/PHY/CONFIG/openair_readconfigfile.o $(OPENAIR1_DIR)/PHY/CONFIG/openair_configure.o -OCTAVEOBJS = oarf_config_exmimo.oct oarf_get_frame.oct oarf_stop.oct oarf_send_frame.oct oarf_get_num_detected_cards.oct +OCTAVEOBJS = oarf_config_exmimo.oct oarf_get_frame.oct oarf_stop.oct oarf_send_frame.oct oarf_get_num_detected_cards.oct oarf_stop_without_reset.oct all: $(OCTAVEOBJS) gpib_send.oct diff --git a/targets/ARCH/EXMIMO/USERSPACE/OCTAVE/oarf_stop_without_reset.cc b/targets/ARCH/EXMIMO/USERSPACE/OCTAVE/oarf_stop_without_reset.cc index 861be4f491c328685fd52978de34b300cc50cfd2..98dcb6f2f3d780eb379efb4d1bcd7bf47b59c750 100644 --- a/targets/ARCH/EXMIMO/USERSPACE/OCTAVE/oarf_stop_without_reset.cc +++ b/targets/ARCH/EXMIMO/USERSPACE/OCTAVE/oarf_stop_without_reset.cc @@ -66,7 +66,7 @@ static bool any_bad_argument(const octave_value_list &args) return false; } -DEFUN_DLD (oarf_stop, args, nargout,"Stop RT acquisition and write registers.") +DEFUN_DLD (oarf_stop_without_reset, args, nargout,"Stop RT acquisition and write registers.") { int a,b; if (any_bad_argument(args))