lwip is back (using printf with malloc, but apart from that static)

This commit is contained in:
2023-11-03 11:58:56 +01:00
parent 906674af04
commit 450eeede33
411 changed files with 114 additions and 146016 deletions

View File

@ -165,15 +165,15 @@ int main(void) {
void testIp();
void rust_main(double i);
void rust_main();
void mission(void *) {
// printf("Starting Mission\n");
rust_main(123456879123456789);
testIp();
// testIp();
rust_main();
// printf("Started Tasks, deleting init task\n");