Skip to content

Commit 32f3af3

Browse files
committed
Allow Harp-synced streams to suppress the record warning
1 parent 4766fda commit 32f3af3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Source/Processors/RecordNode/RecordNode.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -718,7 +718,7 @@ bool RecordNode::isSynchronized()
718718
{
719719
SyncStatus status = synchronizer.getStatus (stream->getKey());
720720

721-
if (status != SYNCED && status != HARDWARE_SYNCED)
721+
if (status != SYNCED && status != HARDWARE_SYNCED && status != HARP_CLOCK)
722722
return false;
723723
}
724724

0 commit comments

Comments
 (0)