Skip to content

Commit b3ba0f3

Browse files
committed
fix writeablebuffer typo
1 parent d56a319 commit b3ba0f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_vc0706.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ def _verify_response(self, cmd: int) -> bool:
265265
)
266266

267267
def _send_command(
268-
self, cmd: int, args: Optional[circuitpython_typing.WritableBuffer] = None
268+
self, cmd: int, args: Optional[circuitpython_typing.WriteableBuffer] = None
269269
) -> None:
270270
self._command_header[0] = 0x56
271271
self._command_header[1] = _SERIAL

0 commit comments

Comments
 (0)