We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f97b51 commit 0396e2dCopy full SHA for 0396e2d
user/tasks/examples/poll-ex.c
@@ -10,7 +10,7 @@
10
11
static char buffer[100];
12
13
-static bool fifo_init_ready = false;
+static volatile bool fifo_init_ready = false;
14
15
void poll_task1(void)
16
{
0 commit comments