From 4b65bc09cdc6e34834876bb0457aed647fd36acd Mon Sep 17 00:00:00 2001 From: Joerg Deckert Date: Tue, 25 Mar 2014 11:02:51 +0100 Subject: [PATCH] replace boot.spin (http://forums.parallax.com/showthread.php/123795-spinix?p=1221553&viewfull=1#post1221553) --- src/boot.spin | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/boot.spin b/src/boot.spin index a188abf..240c5f6 100644 --- a/src/boot.spin +++ b/src/boot.spin @@ -21,13 +21,13 @@ VAR byte buffer[100] DAT - pins byte 0[4] + pins byte 255[4] sd_names byte "DO ", 0, "CLK", 0, "DI ", 0, "CS ", 0 PUB main | i, ptr, infile, handle longfill(sys#rendezvous, 0, ($8000 - sys#rendezvous)/4) c.start - ifnot pins + if pins == 255 repeat c.printf0(string("Press any key to start\n")) if ser.rxtime(1000) <> -1