Skip to content

Commit d4878ac

Browse files
committed
[nrf fromlist] soc: ironside: counter_service: 2 compilation errors fixed
2 compilation errors fixed in counter service. Upstream PR #: 100141 Signed-off-by: Sebastian Bøe <[email protected]>
1 parent 1281742 commit d4878ac

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

soc/nordic/ironside/counter.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
* SPDX-License-Identifier: Apache-2.0
44
*/
55

6+
#include <stddef.h>
67
#include <nrf_ironside/counter.h>
78
#include <nrf_ironside/call.h>
89

soc/nordic/ironside/include/nrf_ironside/counter.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#define ZEPHYR_SOC_NORDIC_IRONSIDE_INCLUDE_NRF_IRONSIDE_COUNTER_H_
88

99
#include <stdint.h>
10-
#include <zephyr/toolchain/common.h>
10+
#include <zephyr/toolchain.h>
1111
#include <nrf_ironside/call.h>
1212

1313
/**

0 commit comments

Comments
 (0)