[openfirmware] [commit] r3373 - cpu/arm/olpc

repository service svn at openfirmware.info
Sat Oct 20 01:47:52 CEST 2012


Author: quozl
Date: Sat Oct 20 01:47:51 2012
New Revision: 3373
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/3373

Log:
OLPC - accelerometer stack effect comment fix

Modified:
   cpu/arm/olpc/accelerometer.fth

Modified: cpu/arm/olpc/accelerometer.fth
==============================================================================
--- cpu/arm/olpc/accelerometer.fth	Wed Oct 17 09:05:36 2012	(r3372)
+++ cpu/arm/olpc/accelerometer.fth	Sat Oct 20 01:47:51 2012	(r3373)
@@ -109,7 +109,7 @@
    error?  if  accelerometer-off  true exit  then
    false
 ;
-: lis3dhtr-selftest  ( -- )
+: lis3dhtr-selftest  ( -- error? )
    \ Use the device's selftest function to force a change in one direction
    delay                     ( )
    average-acceleration@     ( x y z )



More information about the openfirmware mailing list