Skip to content

Commit

Permalink
bug fix from previous commit
Browse files Browse the repository at this point in the history
changed the disp(... to a clog(... and forgot to make the log group
a text string. Compile failed due to unknown variable.
  • Loading branch information
amartens committed Jul 12, 2012
1 parent 1201a7f commit 3cdb7f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xps_library/qdr_mask.m
Expand Up @@ -34,7 +34,7 @@ function qdr_mask(blk)
hw_sys = 'ROACH';
end %try/catch

clog(['Drawing QDR block for platform: ', hw_sys], qdr_mask_debug);
clog(['Drawing QDR block for platform: ', hw_sys], 'qdr_mask_debug');

switch hw_sys
case 'ROACH'
Expand Down

0 comments on commit 3cdb7f1

Please sign in to comment.