Skip to content

Commit a975449

Browse files
nordic-krchlemrey
authored andcommitted
tests: unity: Fix example compilation
Test was not compiling due to missing include Signed-off-by: Krzysztof Chruscinski <[email protected]>
1 parent c815635 commit a975449

File tree

1 file changed

+2
-0
lines changed
  • tests/unity/example_test/src/foo

1 file changed

+2
-0
lines changed

tests/unity/example_test/src/foo/foo.h

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

10+
#include <toolchain/common.h>
11+
1012
int foo_init(void *handle);
1113

1214
static inline int foo_execute(void)

0 commit comments

Comments
 (0)