FreeCalypso > hg > tcs211-l1-reconst
changeset 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 |
files | chipsetsw/layer1/cfile/l1_cmplx.c |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/chipsetsw/layer1/cfile/l1_cmplx.c Wed Oct 28 03:59:52 2015 +0000 +++ b/chipsetsw/layer1/cfile/l1_cmplx.c Wed Oct 28 04:13:05 2015 +0000 @@ -538,7 +538,11 @@ // the FN was changed: it could have an impact on the gauging algorithm //Nina modify to save power, not forbid deep sleep, only force gauging in next paging + /* FreeCalypso Frankenstein: see l1_async.c regarding Nina's change */ +#define NINA_ADDED 0 +#if NINA_ADDED if(l1s.force_gauging_next_paging_due_to_CCHR != 1) +#endif { l1s.pw_mgr.enough_gaug = FALSE; // forbid Deep sleep until next gauging }