commit | ab49673bc811e695668c8e76422ee5de9f18d125 | [log] [tgz] |
---|---|---|
author | Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no> | Wed Mar 17 08:09:35 2021 +0100 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Thu Mar 25 15:54:49 2021 +0100 |
tree | 8fb4a7bd84cc19192f96445a5ebdb6e2ff8c0c0c | |
parent | b2cc526061ff9606ef46f8b6ea03b1ab93221e38 [diff] |
drivers: timer: nrf_rtc_timer: Change type of channel argument There was an inconsistency in the API as z_nrf_rtc_timer_chan_alloc returned int but other function were using uint32_t for channel argument. Updated api to use int32_t everywhere. Update nrf_802154 driver which was using this api to use int32_t. Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no>