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
Felix Kopp
Ardix
Commits
2ea850ce
Verified
Commit
2ea850ce
authored
Aug 12, 2021
by
Felix Kopp
Browse files
init: use correct mm init function name
parent
fb9ec2a8
Changes
1
Hide whitespace changes
Inline
Side-by-side
arch/at91sam3x8e/arch_init.c
View file @
2ea850ce
...
...
@@ -11,7 +11,7 @@ extern uint32_t _eheap;
void
__preinit_malloc
(
void
)
{
malloc_init
(
&
_sheap
,
(
size_t
)
&
_eheap
-
(
size_t
)
&
_sheap
);
k
malloc_init
(
&
_sheap
,
(
size_t
)
&
_eheap
-
(
size_t
)
&
_sheap
);
}
__preinit_call
(
__preinit_malloc
);
...
...
Write
Preview
Markdown
is supported
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