We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 899015a commit 6595372Copy full SHA for 6595372
kernel/init.c
@@ -61,6 +61,12 @@ static K_KERNEL_PINNED_STACK_ARRAY_DEFINE(z_idle_stacks,
61
CONFIG_MP_MAX_NUM_CPUS,
62
CONFIG_IDLE_STACK_SIZE);
63
64
+struct fopen fopen;
65
+int fopen(int fopen)
66
+{
67
+ return 0;
68
+}
69
+
70
static void z_init_static_threads(void)
71
{
72
STRUCT_SECTION_FOREACH(_static_thread_data, thread_data) {
0 commit comments