;====================================================================== ; TRACK POWER AND SHORT CIRCUIT include common.inc code ;====================================================================== command_power ; C 1 iff command is ON undefined panic morse_UEC ;power_on ??? ; from cebpic/nmra-stream.asm's setup bcf PORTB,2,0 ; booster shutdown L bcf TRISB,2,0 ; booster shutdown not-Z bcf PORTB,0,0 ; user fault L or Z power_polarising panic morse_UER power_panichook panic morse_UEP ;====================================================================== include final.inc