Mercurial > public > hwos_code
comparison src/ghostwriter.asm @ 107:dc44aa645549
BUGFIX: wrong ppo2 recording parameter in short header
author | heinrichsweikamp |
---|---|
date | Thu, 05 Jun 2014 11:53:00 +0200 |
parents | 87cc1adfe4da |
children | 939f1e83c4c2 |
comparison
equal
deleted
inserted
replaced
106:bc7c022d2c74 | 107:dc44aa645549 |
---|---|
874 movlw .3 ; Type | 874 movlw .3 ; Type |
875 rcall ghostwrite_byte_profile ; WREG -> Profile in ext. flash | 875 rcall ghostwrite_byte_profile ; WREG -> Profile in ext. flash |
876 movlw infolength_ppo2_sensors | 876 movlw infolength_ppo2_sensors |
877 rcall ghostwrite_byte_profile ; WREG -> Profile in ext. flash | 877 rcall ghostwrite_byte_profile ; WREG -> Profile in ext. flash |
878 movlw div_ppo2_sensors ; Divisor ppO2 | 878 movlw div_ppo2_sensors ; Divisor ppO2 |
879 btfss FLAG_ccr_mode ; =1: CCR mode (Fixed ppO2 or Sensor) active | |
880 movlw .0 ; No ppO2 data in OC mode | |
879 rcall ghostwrite_byte_profile ; WREG -> Profile in ext. flash | 881 rcall ghostwrite_byte_profile ; WREG -> Profile in ext. flash |
880 | 882 |
881 movlw .4 ; Type | 883 movlw .4 ; Type |
882 rcall ghostwrite_byte_profile ; WREG -> Profile in ext. flash | 884 rcall ghostwrite_byte_profile ; WREG -> Profile in ext. flash |
883 movlw infolength_decoplan | 885 movlw infolength_decoplan |