Author: wmb Date: 2009-12-11 07:22:37 +0100 (Fri, 11 Dec 2009) New Revision: 1576
Modified: dev/olpc/kb3700/battery.fth Log: OLPC battery test - use diagnostic-mode? instead of test-station because the latter is a forward reference.
Modified: dev/olpc/kb3700/battery.fth =================================================================== --- dev/olpc/kb3700/battery.fth 2009-12-11 06:21:05 UTC (rev 1575) +++ dev/olpc/kb3700/battery.fth 2009-12-11 06:22:37 UTC (rev 1576) @@ -863,7 +863,7 @@
: interactive-test ( -- error? ) test-battery if true exit then - smt-test? 0= if \ Skip this test in SMT + diagnostic-mode? 1 <> if \ Skip this test in SMT test-discharging if true exit then then test-charging if true exit then
openfirmware@openfirmware.info