Skip to content

Commit 42e81c0

Browse files
committed
Run pre-commit
1 parent acd3145 commit 42e81c0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

adafruit_ov7670.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -744,7 +744,6 @@ def _read_register(self, reg: int) -> int:
744744
def _frame_control(
745745
self, size: int, vstart: int, hstart: int, edge_offset: int, pclk_delay: int
746746
) -> None: # pylint: disable=too-many-arguments
747-
748747
# Enable downsampling if sub-VGA, and zoom if 1:16 scale
749748
value = _OV7670_COM3_DCWEN if (size > OV7670_SIZE_DIV1) else 0
750749
if size == OV7670_SIZE_DIV16:

0 commit comments

Comments
 (0)