update UART-Between-Boards guide to work around NRF52 bug before CP8
This commit is contained in:
parent
41978da2a3
commit
caa352a52b
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ while True:
|
|||
pass
|
||||
|
||||
byte_read = uart.read(1) # Read one byte over UART lines
|
||||
if byte_read is None:
|
||||
if not byte_read:
|
||||
# Nothing read.
|
||||
continue
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue