Skip to content
Snippets Groups Projects
Commit 881593b9 authored by Oleg Hahm's avatar Oleg Hahm
Browse files

Merge pull request #449 from mehlis/fix-yield

Fix yield (missing part)
parents f69d6858 d82a5b67
No related branches found
No related tags found
No related merge requests found
......@@ -32,12 +32,15 @@
#include <sys/select.h>
#include "cpu.h"
#include "debug.h"
#include "board_uart0.h"
#include "thread.h"
#include "native_internal.h"
#include "board_internal.h"
#define ENABLE_DEBUG (0)
#include "debug.h"
int _native_uart_sock;
int _native_uart_conn;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment