forked from ROMEO/obsw
refactoring, added second binary for sim interface, added second lwip implementation for sim interface
This commit is contained in:
@ -56,8 +56,6 @@ void mission(void);
|
||||
|
||||
void initFreeRTOSHelper();
|
||||
|
||||
void testEth();
|
||||
|
||||
int main(void) {
|
||||
|
||||
/* Configure the hardware ready to run the demo. */
|
||||
@ -65,9 +63,9 @@ int main(void) {
|
||||
|
||||
// printf("Booting Software\n");
|
||||
|
||||
// testEth();
|
||||
//testEth();
|
||||
|
||||
mission();
|
||||
mission();
|
||||
}
|
||||
|
||||
static void prvSetupHardware(void) {
|
||||
|
Reference in New Issue
Block a user