mirror of https://github.com/ARMmbed/mbed-os.git
Fixed syntax error
parent
12a708f8b5
commit
17335f4935
|
@ -26,7 +26,7 @@ class WFITest():
|
|||
result = True
|
||||
c = selftest.mbed.serial_readline()
|
||||
|
||||
if c is None
|
||||
if c == None:
|
||||
return selftest.RESULT_IO_SERIAL
|
||||
|
||||
if c.strip() != "0":
|
||||
|
|
Loading…
Reference in New Issue