summaryrefslogtreecommitdiff
path: root/supervisor/shared/stack.c
diff options
context:
space:
mode:
Diffstat (limited to 'supervisor/shared/stack.c')
-rwxr-xr-xsupervisor/shared/stack.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/supervisor/shared/stack.c b/supervisor/shared/stack.c
index f6c74e6d8..6b74742eb 100755
--- a/supervisor/shared/stack.c
+++ b/supervisor/shared/stack.c
@@ -52,11 +52,11 @@ void allocate_stack(void) {
}
}
-inline void stack_init(void) {
+void stack_init(void) {
allocate_stack();
}
-inline void stack_resize(void) {
+void stack_resize(void) {
if (next_stack_size == current_stack_size) {
return;
}