summaryrefslogtreecommitdiff
path: root/tests/basics/array_micropython.py
diff options
context:
space:
mode:
authorScott Shawcroft <scott.shawcroft@gmail.com>2018-03-13 11:29:29 -0700
committerScott Shawcroft <scott.shawcroft@gmail.com>2018-03-13 11:29:29 -0700
commit81572481894bb371a65313ee75b8a9d3fcbbafcd (patch)
tree151ede73a2dcb11fde75946283911a50dbb1a6ee /tests/basics/array_micropython.py
parent9d928b5726ee314fb625a79086675d548be12eef (diff)
Move usb read finish into interrupt.
Having the `active_read = false` in the background function left a chance that a new_write occurs before active_read is set to false. In that case, we'll read the appropriate data rather than write it and never clear the active write. Hopefully fixes #655.
Diffstat (limited to 'tests/basics/array_micropython.py')
0 files changed, 0 insertions, 0 deletions