spelling: chunksize

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2025-01-28 13:16:02 -05:00
parent 27d14ba72a
commit d3175992ea

View file

@ -30,7 +30,7 @@ class FTDISerialWireDebug(object):
self._ftdi = None
raise
# get the FTDI FIFO size and increase the chuncksize to match
# get the FTDI FIFO size and increase the chunksize to match
self._ftdi_fifo_size = min(self._ftdi.fifo_sizes)
self._ftdi.write_data_set_chunksize(self._ftdi_fifo_size)