Skip to content
Snippets Groups Projects
Commit c36d0b76 authored by Olivier Sauter's avatar Olivier Sauter
Browse files

get_scd_mems requires erase matlab function, test only if available

parent 7a655c5f
No related branches found
No related tags found
1 merge request!82get_scd_mems requires erase matlab function, test only if available
Pipeline #57142 passed
...@@ -43,6 +43,10 @@ switch request ...@@ -43,6 +43,10 @@ switch request
case 'scd' case 'scd'
% scd dummy call with error information in gdat, do not do test (done with rtc) % scd dummy call with error information in gdat, do not do test (done with rtc)
do_gdat_call = 0; 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 end
% logging % logging
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment