comparison src/isr.asm @ 30:bc6d47e801c6

minor
author heinrichsweikamp
date Sun, 21 Jul 2013 14:11:47 +0200
parents fcaf94b913db
children 53a09c1b7410
comparison
equal deleted inserted replaced
29:50c3e2c7ba7a 30:bc6d47e801c6
352 352
353 movff temperature_avg+1,temperature+1 ; copy into actual register 353 movff temperature_avg+1,temperature+1 ; copy into actual register
354 movff temperature_avg+0,temperature+0 354 movff temperature_avg+0,temperature+0
355 355
356 banksel common ; flag1 is in Bank1 356 banksel common ; flag1 is in Bank1
357 bsf pressure_refresh ; Set flag! Temp and pressure were updated!
358 bcf temp_changed ; Clear flag for temperature update 357 bcf temp_changed ; Clear flag for temperature update
359 bcf pressure_refresh ; Clear flag for pressure update 358 bcf pressure_refresh ; Clear flag for pressure update
360 banksel isr_backup ; Back to Bank0 ISR data 359 banksel isr_backup ; Back to Bank0 ISR data
361 360
362 ; Temp changed? 361 ; Temp changed?