[openfirmware] r1622 - dev/olpc/viacamera

svn at openfirmware.info svn at openfirmware.info
Wed Dec 16 08:56:51 CET 2009


Author: wmb
Date: 2009-12-16 08:56:51 +0100 (Wed, 16 Dec 2009)
New Revision: 1622

Modified:
   dev/olpc/viacamera/camera.fth
Log:
Via diagnostics - don't fail the camera test if serial is preventing
it from running.


Modified: dev/olpc/viacamera/camera.fth
===================================================================
--- dev/olpc/viacamera/camera.fth	2009-12-16 07:24:34 UTC (rev 1621)
+++ dev/olpc/viacamera/camera.fth	2009-12-16 07:56:51 UTC (rev 1622)
@@ -507,7 +507,7 @@
 : selftest  ( -- error? )
    serial-enabled?  if
       ." The serial port is in use so the camera cannot be used" cr
-      true exit
+      false exit
    then
    open 0=  if  true exit  then
    d# 300 ms




More information about the openfirmware mailing list