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 670fe21 commit 671033eCopy full SHA for 671033e
lib/pbio/drv/bluetooth/bluetooth_btstack_uart_block_ev3.c
@@ -31,7 +31,7 @@ static int write_buf_len;
31
// Should the reader and writer processes shut down?
32
static bool start_shutdown;
33
34
-// How many threads have processes have exited since the request to shut down?
+// Count of threads that have finished since start_shutdown was set.
35
static int8_t threads_shutdown_complete;
36
37
// Called when a block finishes sending.
0 commit comments