comparison chipsetsw/layer1/cfile/l1_cmplx.c @ 38:7f5eb5189d52

l1_cmplx.c: Nina's change here too
author Mychaela Falconia <falcon@ivan.Harhan.ORG>
date Wed, 28 Oct 2015 04:13:05 +0000
parents cb63ce91342a
children d63f8505bf0c
comparison
equal deleted inserted replaced
37:cb63ce91342a 38:7f5eb5189d52
536 536
537 537
538 538
539 // the FN was changed: it could have an impact on the gauging algorithm 539 // the FN was changed: it could have an impact on the gauging algorithm
540 //Nina modify to save power, not forbid deep sleep, only force gauging in next paging 540 //Nina modify to save power, not forbid deep sleep, only force gauging in next paging
541 /* FreeCalypso Frankenstein: see l1_async.c regarding Nina's change */
542 #define NINA_ADDED 0
543 #if NINA_ADDED
541 if(l1s.force_gauging_next_paging_due_to_CCHR != 1) 544 if(l1s.force_gauging_next_paging_due_to_CCHR != 1)
545 #endif
542 { 546 {
543 l1s.pw_mgr.enough_gaug = FALSE; // forbid Deep sleep until next gauging 547 l1s.pw_mgr.enough_gaug = FALSE; // forbid Deep sleep until next gauging
544 } 548 }
545 549
546 550