You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
drv/bluetooth/cc2640: protect against write_buf use while reading
Due to the use of write_buf_size as a flag to indicate if write_buf
is currently in use, there was a possibility that the UART service or
Pybricks service could write to write_buf and set write_buf_size while
a read-only SPI transaction was in progress, which would cause data to
be lost.
0 commit comments