Fixed syntax error

pull/1127/head
Brian Daniels 2015-06-01 12:09:35 -05:00
parent 12a708f8b5
commit 17335f4935
1 changed files with 1 additions and 1 deletions

View File

@ -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":