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 8205794 commit 57b8c56Copy full SHA for 57b8c56
examples/tutorials/thread_network/09_screen_final/main.c
@@ -50,6 +50,7 @@ int main(void) {
50
}
51
52
for ( ;;) {
53
+ callback_event = false;
54
yield_for(&callback_event);
55
update_screen();
56
0 commit comments