commit | 71882ff8c443d4c31d1741c85e9553d387738c20 | [log] [tgz] |
---|---|---|
author | Peter A. Bigot <pab@pabigot.com> | Thu Jan 17 08:55:03 2019 -0600 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Wed Jan 23 21:38:09 2019 +0100 |
tree | e01141044c10504abe03caf3e1c197d7e9b18f56 | |
parent | 4b24e88fa45cdba52b61a7ee1239ed817b42d55f [diff] |
drivers: timer: nrf: drop unnecessary counter mask The RTC COUNTER register doesn't care that it receives a value larger than it can hold; it'll discard the bits internally. No need to spend cycles doing it manually. Signed-off-by: Peter A. Bigot <pab@pabigot.com>