Skip to content

Commit 43b43f5

Browse files
aescolarkartben
authored andcommitted
boards/native_sim: Deprecate timer_model.h
Deprecate this header which provides API compatibility for the native_posix timer HW model, with planned removal in v4.4. Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
1 parent 543f2da commit 43b43f5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

boards/native/native_sim/timer_model.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
#ifndef BOARDS_POSIX_NATIVE_SIM_TIMER_MODEL_H
88
#define BOARDS_POSIX_NATIVE_SIM_TIMER_MODEL_H
99

10+
#warning "This transitional header is now deprecated and will be removed by v4.4. "\
11+
"Use nsi_timer_model.h instead."
12+
1013
/*
1114
* To support the native_posix timer driver
1215
* we provide a header with the same name as in native_posix

0 commit comments

Comments
 (0)