mirror of
https://github.com/google/pebble.git
synced 2025-04-30 15:21:41 -04:00
spelling: chunksize
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
27d14ba72a
commit
d3175992ea
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue