commit | 96dfed029db8775a2cff76dc38d167fa7abc98b3 | [log] [tgz] |
---|---|---|
author | Peter Bigot <peter.bigot@nordicsemi.no> | Mon Feb 01 16:31:47 2021 -0600 |
committer | Anas Nashif <anas.nashif@intel.com> | Tue Feb 02 16:43:55 2021 -0500 |
tree | ffe0551fde491d9be7a49cd45005c72e23c5fbe8 | |
parent | af5a79f6c13be3c4c152c644dc41f16cf0692cf2 [diff] |
power: fix bound on state array Attempts to disable PM_STATE_SOFT_OFF would index past the end of the count array. Increase the array length to allow operations on PM_STATE_SOFT_OFF. Signed-off-by: Peter Bigot <peter.bigot@nordicsemi.no>