Merge "lmkd: set PSI_POLL_PERIOD to 40ms"
am: 92dcfb3187
Change-Id: Ib8d6a2dc535e9cccad95c790da9454d5550b4cd2
This commit is contained in:
commit
90cfb547d2
1 changed files with 1 additions and 1 deletions
|
|
@ -110,7 +110,7 @@
|
||||||
*/
|
*/
|
||||||
#define PSI_WINDOW_SIZE_MS 1000
|
#define PSI_WINDOW_SIZE_MS 1000
|
||||||
/* Polling period after initial PSI signal */
|
/* Polling period after initial PSI signal */
|
||||||
#define PSI_POLL_PERIOD_MS 200
|
#define PSI_POLL_PERIOD_MS 40
|
||||||
/* Poll for the duration of one window after initial PSI signal */
|
/* Poll for the duration of one window after initial PSI signal */
|
||||||
#define PSI_POLL_COUNT (PSI_WINDOW_SIZE_MS / PSI_POLL_PERIOD_MS)
|
#define PSI_POLL_COUNT (PSI_WINDOW_SIZE_MS / PSI_POLL_PERIOD_MS)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue