Mercurial > public > hwos_code
comparison src/start.asm @ 592:05053910d668
BUGFIX: Re-enable Sensors after sleep in PSCR mode
author | heinrichsweikamp |
---|---|
date | Wed, 18 Apr 2018 17:03:52 +0200 |
parents | b455b31ce022 |
children | ca4556fb60b9 |
comparison
equal
deleted
inserted
replaced
591:146e50d2672f | 592:05053910d668 |
---|---|
476 restart_set_modes_and_flags5b: | 476 restart_set_modes_and_flags5b: |
477 banksel opt_ccr_mode | 477 banksel opt_ccr_mode |
478 bcf opt_ccr_mode,1 ; in pSCR mode only calculated or Sensor, not 2 = Auto SP allowed | 478 bcf opt_ccr_mode,1 ; in pSCR mode only calculated or Sensor, not 2 = Auto SP allowed |
479 banksel common | 479 banksel common |
480 bsf FLAG_pscr_mode | 480 bsf FLAG_pscr_mode |
481 call enable_ir_s8 ; Enable IR/S8-Port | |
481 return ; start in Surfacemode | 482 return ; start in Surfacemode |
482 | 483 |
483 | 484 |
484 ; backup the first 128bytes from flash to EEPROM | 485 ; backup the first 128bytes from flash to EEPROM |
485 backup_flash_page: | 486 backup_flash_page: |