Skip to content
Snippets Groups Projects

get_scd_mems requires erase matlab function, test only if available

Merged Olivier Sauter requested to merge debug_tests into master
1 file
+ 4
0
Compare changes
  • Side-by-side
  • Inline
@@ -43,6 +43,10 @@ switch request
case 'scd'
% scd dummy call with error information in gdat, do not do test (done with rtc)
do_gdat_call = 0;
case 'rtc'
if exist('erase') ~= 2
do_gdat_call = 0; % get_scd_mems works with newer versions which contains erase function
end
end
% logging
Loading