From 72bdad2de1698efd4b4d96634530c8a94463972c Mon Sep 17 00:00:00 2001 From: ian Date: Fri, 20 Aug 2004 00:36:55 +0000 Subject: [PATCH] flash-all really does flash RD7 --- iwjpictest/flash-all.asm | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/iwjpictest/flash-all.asm b/iwjpictest/flash-all.asm index 64c6523..049d272 100644 --- a/iwjpictest/flash-all.asm +++ b/iwjpictest/flash-all.asm @@ -30,10 +30,11 @@ SLOWEXP equ 3 ; 2^3 * 40ms = 320ms ; count all the way (256 iterations) that's good. start - bcf TRISA-ACCSFR, 0, 0 + bcf TRISA, 0, 0 + bcf TRISD, 7, 0 loop - btg LATA-ACCSFR, 0, 0 - btg LATD-ACCSFR, 7, 0 + btg LATA, 0, 0 + btg LATD, 7, 0 ; set a bit which says how fast the led ; should flash and count down from 2^(that bit) -- 2.30.2