Remove include of stdio.h
This commit is contained in:
parent
59afae85e2
commit
7f80b1ad57
|
@ -1,4 +1,3 @@
|
||||||
#include <stdio.h>
|
|
||||||
#include "dev/uart0.h"
|
#include "dev/uart0.h"
|
||||||
|
|
||||||
#if !NETSTACK_CONF_WITH_IPV4
|
#if !NETSTACK_CONF_WITH_IPV4
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
#include <stdio.h>
|
|
||||||
#include "dev/uart1.h"
|
#include "dev/uart1.h"
|
||||||
|
|
||||||
#if !NETSTACK_CONF_WITH_IPV4
|
#if !NETSTACK_CONF_WITH_IPV4
|
||||||
|
|
Loading…
Reference in a new issue