Changeset 865

Show
Ignore:
Timestamp:
12/15/09 15:20:02 (3 years ago)
Author:
atorf
Message:

HOTFIX (in livecd-branch): Increase timeout-period in GetSound? (to wait until sensor data a valid). See #49.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/livecd/RWTHMindstormsNXT/GetSound.m

    r823 r865  
    6363        % init timeout-counter 
    6464        startTime = clock(); 
    65         timeOut = 0.1; % in seconds 
     65        timeOut = 0.6; % in seconds 
    6666        % loop until valid 
    6767        while (~in.Valid) && (etime(clock, startTime) < timeOut)