Skip to content

Commit 00770f4

Browse files
kartbencfriedt
authored andcommitted
samples: instrumentation: remove unnecessary include of instrumentation.h
The instrumentation.h header is not needed to compile the instrumentation sample and it can be misleading for folks to think they have to include it in their code to use the subsystem, so remove it. Signed-off-by: Benjamin Cabé <[email protected]>
1 parent 2838fb8 commit 00770f4

File tree

1 file changed

+0
-1
lines changed
  • samples/subsys/instrumentation/src

1 file changed

+0
-1
lines changed

samples/subsys/instrumentation/src/main.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
*/
66

77
#include <zephyr/kernel.h>
8-
#include <zephyr/instrumentation/instrumentation.h>
98

109
#define SLEEPTIME 10
1110
#define STACKSIZE 1024

0 commit comments

Comments
 (0)