ip over slip outgoing works

This commit is contained in:
2023-09-22 16:38:05 +02:00
parent 2b6a8a501b
commit 69e14e14cf
4 changed files with 58 additions and 45 deletions

View File

@@ -160,7 +160,7 @@ int main(void) {
mission, /* The function that implements the task. */
"init", /* The text name assigned to the task - for debug only as it is not used by the
kernel. */
1024, /* The size of the stack to allocate to the task. */
10240, /* The size of the stack to allocate to the task. */
&taskParameters, /* The parameter passed to the task - not used in this simple case. */
1, /* The priority assigned to the task. */
nullptr); /* The task handle is not required, so NULL is passed. */