Skip to content
Snippets Groups Projects
Forked from oai / openairinterface5G
24309 commits behind the upstream repository.
exmimo_stop_octave.m 62 B
n=oarf_get_num_detected_cards;
for i=n-1:0
	oarf_stop(i);
end