Add missing return
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user