Bluetooth: Controller: Remove redundant HAL_TICKER_CNTR_CLK_FREQ_HZ

Remove redundant HAL_TICKER_CNTR_CLK_FREQ_HZ define.

Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
This commit is contained in:
Vinayak Kariappa Chettimada 2024-06-10 22:22:13 +02:00 committed by Anas Nashif
commit ded2c74a97
2 changed files with 0 additions and 2 deletions

View file

@ -5,7 +5,6 @@
* SPDX-License-Identifier: Apache-2.0
*/
#define HAL_TICKER_CNTR_CLK_FREQ_HZ 32768U
#define HAL_TICKER_CNTR_CLK_UNIT_FSEC 30517578125UL
#define HAL_TICKER_FSEC_PER_USEC 1000000000UL
#define HAL_TICKER_PSEC_PER_USEC 1000000UL

View file

@ -4,7 +4,6 @@
* SPDX-License-Identifier: Apache-2.0
*/
#define HAL_TICKER_CNTR_CLK_FREQ_HZ 32768U
#define HAL_TICKER_CNTR_CLK_UNIT_FSEC 30517578125UL
#define HAL_TICKER_FSEC_PER_USEC 1000000000UL
#define HAL_TICKER_PSEC_PER_USEC 1000000UL