Skip to content

Commit 6595372

Browse files
committed
xx
Signed-off-by: Anas Nashif <[email protected]>
1 parent 899015a commit 6595372

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

kernel/init.c

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,12 @@ static K_KERNEL_PINNED_STACK_ARRAY_DEFINE(z_idle_stacks,
6161
CONFIG_MP_MAX_NUM_CPUS,
6262
CONFIG_IDLE_STACK_SIZE);
6363

64+
struct fopen fopen;
65+
int fopen(int fopen)
66+
{
67+
return 0;
68+
}
69+
6470
static void z_init_static_threads(void)
6571
{
6672
STRUCT_SECTION_FOREACH(_static_thread_data, thread_data) {

0 commit comments

Comments
 (0)