1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

Merge pull request #449 from mehlis/fix-yield

Fix yield (missing part)
This commit is contained in:
Oleg Hahm 2013-12-19 04:17:44 -08:00
commit 881593b981

View File

@ -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;