Merge branch 'master' into pico_sdk
This commit is contained in:
@@ -57,7 +57,7 @@ private:
|
||||
# ifdef WINDOWS
|
||||
void * event = nullptr;
|
||||
# else
|
||||
int pipe_fd[2] = {0, 0};
|
||||
int pipe_fd[2] = {-1, -1};
|
||||
fd_set fds[3];
|
||||
enum {
|
||||
ReadEnd = 0,
|
||||
|
||||
Reference in New Issue
Block a user