Skip to content

Commit 6958b3f

Browse files
committed
fixes RGB Bus ISR callback exception
1 parent 1ecb93d commit 6958b3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api_drivers/common_api_drivers/display/rgb_display.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def __init__(
5252

5353
self.__flushing_fb_index = None
5454

55-
def _flush_ready_cb(self, buf_num, yield_to_task):
55+
def _flush_ready_cb(self, buf_num):
5656
if (
5757
self.__flushing_fb_index is None or
5858
buf_num != self.__flushing_fb_index

0 commit comments

Comments
 (0)