ed647c2e0811e113ee32af099b8f930acfa367ba
Stefan Schuermans header fix

Stefan Schuermans authored 12 years ago

1) /* flaneth - flash and ethernet
2)    Copyright (C) 2007-2012 Stefan Schuermans <stefan@schuermans.info>
3)    Copyleft: GNU public license V2 - http://www.gnu.org/copyleft/gpl.html
4)    a BlinkenArea project - http://www.blinkenarea.org/ */
Stefan Schuermans initial commit after making...

Stefan Schuermans authored 12 years ago

5) 
6) #include <avr/io.h>
7) 
8) #include "bus.h"
9) #include "config.h"
10) #include "debug.h"
11) #include "ethernet.h"
12) #include "macros.h"
13) #include "random.h"
14) #include "rtl8019.h"
15) #include "timing.h"
16) 
17) // maximum receive unit
Stefan Schuermans save memory, to avoid stack...

Stefan Schuermans authored 12 years ago

18) #define RTL_MRU (320)