We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe12455 commit 2c7ae89Copy full SHA for 2c7ae89
lib/pbio/platform/nxt/platform.c
@@ -9,6 +9,8 @@
9
#include <pbdrv/reset.h>
10
#include <pbio/button.h>
11
#include <pbio/main.h>
12
+#include <pbio/os.h>
13
+
14
#include <pbsys/core.h>
15
#include <pbsys/main.h>
16
#include <pbsys/program_stop.h>
@@ -75,13 +77,13 @@ static bool bluetooth_connect(void) {
75
77
return false;
76
78
}
79
- pbio_do_one_event();
80
+ pbio_os_run_processes_once();
81
82
83
nx_bt_stream_open(connection_handle);
84
85
86
87
88
89
nx_display_clear();
@@ -131,7 +133,7 @@ void SystemInit(void) {
131
133
goto out;
132
134
135
136
137
138
139
nx_display_string("Connected. REPL.\n");
0 commit comments