Add missing return
This commit is contained in:
@@ -391,6 +391,7 @@ class AxiStreamSink(BusDriver):
|
||||
if compact:
|
||||
frame.compact()
|
||||
return frame
|
||||
return None
|
||||
|
||||
def read(self, count=-1):
|
||||
while True:
|
||||
|
||||
Reference in New Issue
Block a user