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 )
openfirmware@openfirmware.info