comparison code_part1/OSTC_code_asm_part1/definitions.asm @ 69:df2d3b28947f

1.71beta for Mk.2
author heinrichsweikamp
date Tue, 19 Oct 2010 15:35:23 +0200
parents d0b677e1e9a5
children 8d8e753d72e3
comparison
equal deleted inserted replaced
68:d0b677e1e9a5 69:df2d3b28947f
58 #DEFINE warn_depth d'1' 58 #DEFINE warn_depth d'1'
59 #DEFINE warn_cns d'2' 59 #DEFINE warn_cns d'2'
60 #DEFINE warn_gf d'3' 60 #DEFINE warn_gf d'3'
61 #DEFINE warn_ppo2 d'4' 61 #DEFINE warn_ppo2 d'4'
62 #DEFINE warn_velocity d'5' 62 #DEFINE warn_velocity d'5'
63 #DEFINE warn_ceiling d'6'
63 64
64 ;Configuration bits 65 ;Configuration bits
65 CONFIG OSC = IRCIO67 ;Internal oscillator block, port function on RA6 and RA7 66 CONFIG OSC = IRCIO67 ;Internal oscillator block, port function on RA6 and RA7
66 CONFIG FCMEN = OFF ;Fail-Safe Clock Monitor disabled 67 CONFIG FCMEN = OFF ;Fail-Safe Clock Monitor disabled
67 CONFIG IESO = OFF ;Oscillator Switchover mode disabled 68 CONFIG IESO = OFF ;Oscillator Switchover mode disabled