Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ti-connected-launchpad
rtos_raw_public
Commits
cc71e99e
Commit
cc71e99e
authored
Oct 19, 2015
by
Matthias Wenzl
Browse files
clarified comment
parent
a87d0b60
Changes
1
Hide whitespace changes
Inline
Side-by-side
UIP_Task.c
View file @
cc71e99e
...
...
@@ -96,7 +96,7 @@ void NetFxn(UArg arg0, UArg arg1)
EK_TM4C1294XL_startEMAC
();
//get ONLY ONE memory
from global
heap - optimize - this is YOUR! task
//get ONLY ONE memory
block from network stack
heap - optimize - this is YOUR! task
Error_init
(
&
eb
);
eth_buf
=
(
uint8_t
*
)
Memory_alloc
((
xdc_runtime_IHeap_Handle
)
cfg_netHeap
,
ETH_BUFSIZE
,
0
,
&
eb
);
if
(
eth_buf
==
NULL
)
{
...
...
@@ -172,4 +172,4 @@ int setup_UIP_Task(uint32_t sysclock)
}
return
(
0
);
}
}
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment