Skip to content
This repository was archived by the owner on May 10, 2024. It is now read-only.

Commit e2cdade

Browse files
committed
Added a couple of nrf9160 specific include files.
1 parent 2789d08 commit e2cdade

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

variants/nrf9160dk_nrf9160_ns/nrf9160_zephyr_extra.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
#define INCLUDE_NRF1960_ZEPHYR_EXTRA_H
99

1010
#include <zephyr/kernel.h>
11+
#include <modem/nrf_modem_lib.h>
12+
#include <zephyr/drivers/clock_control/nrf_clock_control.h>
1113

1214
#ifdef CONFIG_ADC
1315
void analogReadResolution (uint8_t bits);

0 commit comments

Comments
 (0)