Mercurial > public > hwos_code
diff 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 |
line wrap: on
line diff
--- a/src/start.asm Thu Mar 15 20:43:38 2018 +0100 +++ b/src/start.asm Wed Apr 18 17:03:52 2018 +0200 @@ -478,6 +478,7 @@ bcf opt_ccr_mode,1 ; in pSCR mode only calculated or Sensor, not 2 = Auto SP allowed banksel common bsf FLAG_pscr_mode + call enable_ir_s8 ; Enable IR/S8-Port return ; start in Surfacemode