Whoops, inclusion of delay.h should be dependent on PPPoE use.

git-svn-id: svn+ssh://oldsvn/home/mlalondesvn/svn/cral@45 3ee9b42a-b53c-0410-a25e-f0b6218d5d5b
master
follower 17 years ago
parent 2f963b350d
commit 2857e8988d

@ -9,7 +9,6 @@
// #include <avr/io.h>
#include "types.h"
#include "delay.h" // for wait function
#include "w5100.h"
@ -17,6 +16,7 @@
#ifdef __DEF_IINCHIP_PPP__
#include "md5.h"
#include "delay.h" // for wait function
#endif
static uint8 I_STATUS[MAX_SOCK_NUM];

Loading…
Cancel
Save