forked from ROMEO/obsw
added xilinx lwip drivers, outgoing is working incoming TODO
This commit is contained in:
@ -56,6 +56,8 @@ void mission(void);
|
||||
|
||||
void initFreeRTOSHelper();
|
||||
|
||||
void testEth();
|
||||
|
||||
int main(void) {
|
||||
|
||||
/* Configure the hardware ready to run the demo. */
|
||||
@ -63,6 +65,8 @@ int main(void) {
|
||||
|
||||
// printf("Booting Software\n");
|
||||
|
||||
testEth();
|
||||
|
||||
mission();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user