removed io.h include, now handled by Contiki to support more compilers
This commit is contained in:
parent
00959b891c
commit
c2b7e26e33
1 changed files with 0 additions and 3 deletions
|
@ -51,9 +51,6 @@
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
#include <io.h>
|
|
||||||
#include <signal.h>
|
|
||||||
|
|
||||||
/*---------------------------------------------------------------------------*/
|
/*---------------------------------------------------------------------------*/
|
||||||
PROCESS(sky_shell_process, "Sky Contiki shell");
|
PROCESS(sky_shell_process, "Sky Contiki shell");
|
||||||
AUTOSTART_PROCESSES(&sky_shell_process);
|
AUTOSTART_PROCESSES(&sky_shell_process);
|
||||||
|
|
Loading…
Reference in a new issue