summaryrefslogtreecommitdiff
path: root/supervisor/stub/stack.c
diff options
context:
space:
mode:
Diffstat (limited to 'supervisor/stub/stack.c')
-rw-r--r--supervisor/stub/stack.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/supervisor/stub/stack.c b/supervisor/stub/stack.c
index 4d88e51d2..9a9ecd32f 100644
--- a/supervisor/stub/stack.c
+++ b/supervisor/stub/stack.c
@@ -24,11 +24,7 @@
* THE SOFTWARE.
*/
-#include <stdbool.h>
-#include <stdint.h>
-
-void allocate_stack(void) {
-}
+#include "supervisor/shared/stack.h"
bool stack_ok(void) {
return true;
@@ -44,6 +40,7 @@ void stack_resize(void) {
}
void set_next_stack_size(uint32_t size) {
+ (void) size;
}
uint32_t get_current_stack_size(void) {