We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0eb0850 commit b583488Copy full SHA for b583488
1 file changed
supervisor/stub/stack.c
@@ -39,8 +39,9 @@ void stack_init(void) {
39
void stack_resize(void) {
40
}
41
42
-void set_next_stack_size(uint32_t size) {
+bool set_next_stack_size(uint32_t size) {
43
(void)size;
44
+ return true;
45
46
47
uint32_t get_current_stack_size(void) {
0 commit comments