Skip to content

Commit 671033e

Browse files
committed
pbdrv/bluetooth: EV3 comment fixup for PR.
1 parent 670fe21 commit 671033e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/pbio/drv/bluetooth/bluetooth_btstack_uart_block_ev3.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ static int write_buf_len;
3131
// Should the reader and writer processes shut down?
3232
static bool start_shutdown;
3333

34-
// How many threads have processes have exited since the request to shut down?
34+
// Count of threads that have finished since start_shutdown was set.
3535
static int8_t threads_shutdown_complete;
3636

3737
// Called when a block finishes sending.

0 commit comments

Comments
 (0)