From 5596eb58aed23da289933f0a69362ce9e06269d5 Mon Sep 17 00:00:00 2001 From: ian Date: Sat, 13 May 2006 18:10:50 +0000 Subject: [PATCH] Return from noop fault as intrl, not return --- detpic/energy.asm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/detpic/energy.asm b/detpic/energy.asm index edd472a..5dab54d 100644 --- a/detpic/energy.asm +++ b/detpic/energy.asm @@ -147,7 +147,8 @@ power_fault_intrl @ bc_f INTCON3, INT1IF pinlat_ifh p0_booster_shutdown - return ; Off, Stopping or Persists - must have lost the race + bra faultintrl_noop + ; Off, Stopping or Persists - must have lost the race ; or flapped while we faffed. Well, never mind, it's ; off now and we're taking care of it. (If the host ; caused Off by OFF they can at worst send an OFF and -- 2.30.2