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:
parent
55b7dba8ec
commit
ded2c74a97
2 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue