Commit a6c99f08 authored by Florian Kaltenberger's avatar Florian Kaltenberger

fixed oarf_stop_without_reset


git-svn-id: http://svn.eurecom.fr/openair4G/trunk@6103 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent 062d13a1
...@@ -28,7 +28,7 @@ CFLAGS += -I$(OPENAIRTARGETS_DIR)/ARCH/EXMIMO/USERSPACE/LIB -I$(OPENAIRTARGETS_D ...@@ -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 #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 all: $(OCTAVEOBJS) gpib_send.oct
......
...@@ -66,7 +66,7 @@ static bool any_bad_argument(const octave_value_list &args) ...@@ -66,7 +66,7 @@ static bool any_bad_argument(const octave_value_list &args)
return false; 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; int a,b;
if (any_bad_argument(args)) if (any_bad_argument(args))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment