mirror of https://github.com/google/pebble
spelling: chunksize
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
27d14ba72a
commit
d3175992ea
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue