j
: Next unread message k
: Previous unread message j a
: Jump to all threads
j l
: Jump to MailingList overview
Author: wmb Date: 2007-08-31 03:04:08 +0200 (Fri, 31 Aug 2007) New Revision: 589
Modified: dev/olpc/spiflash/spiflash.fth Log: OLPC spiflash.fth - fixed a stack comment - no substantive change.
Modified: dev/olpc/spiflash/spiflash.fth =================================================================== --- dev/olpc/spiflash/spiflash.fth 2007-08-31 01:03:19 UTC (rev 588) +++ dev/olpc/spiflash/spiflash.fth 2007-08-31 01:04:08 UTC (rev 589) @@ -31,7 +31,7 @@
\ For some commands, a 3-byte address follows the command code
-: spi-adr ( adr cmd -- ) +: spi-adr ( adr -- ) lbsplit drop spi-out spi-out spi-out ;