fix build for nRF52833DK
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#
|
||||
# Copyright (c) 2024 Nordic Semiconductor
|
||||
#
|
||||
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
|
||||
#
|
||||
|
||||
CONFIG_NRFX_TIMER1=y
|
||||
CONFIG_NRFX_RTC2=y
|
||||
CONFIG_NRFX_PPI=y
|
||||
@@ -0,0 +1,9 @@
|
||||
#
|
||||
# Copyright (c) 2024 Nordic Semiconductor
|
||||
#
|
||||
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
|
||||
#
|
||||
|
||||
CONFIG_NRFX_TIMER1=y
|
||||
CONFIG_NRFX_RTC2=y
|
||||
CONFIG_NRFX_PPI=y
|
||||
@@ -21,7 +21,7 @@
|
||||
#include <helpers/nrfx_gppi.h>
|
||||
#include <hal/nrf_egu.h>
|
||||
#include <soc.h>
|
||||
#include "conn_time_sync.h"
|
||||
#include "controller_time.h"
|
||||
|
||||
static const nrfx_rtc_t app_rtc_instance = NRFX_RTC_INSTANCE(2);
|
||||
static const nrfx_timer_t app_timer_instance = NRFX_TIMER_INSTANCE(1);
|
||||
|
||||
Reference in New Issue
Block a user