Add missing return

This commit is contained in:
Alex Forencich
2020-10-21 15:49:54 -07:00
parent 7851565206
commit 46ff5a52a8

View File

@@ -391,6 +391,7 @@ class AxiStreamSink(BusDriver):
if compact: if compact:
frame.compact() frame.compact()
return frame return frame
return None
def read(self, count=-1): def read(self, count=-1):
while True: while True: