We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e8031f commit c333e61Copy full SHA for c333e61
shared-bindings/supervisor/Runtime.c
@@ -189,7 +189,7 @@ MP_PROPERTY_GETSET(supervisor_runtime_ble_workflow_obj,
189
//| next_stack_limit: int
190
//| """The size of the stack for the next vm run. If its too large, the default will be used.
191
//|
192
-//| **Limitations**: Stack size is fixed at startup on ``espressif`` port and this will have no effect.
+//| **Limitations**: Stack size is fixed at startup on the ``espressif`` port; setting this will have no effect.
193
//| """
194
STATIC mp_obj_t supervisor_runtime_get_next_stack_limit(mp_obj_t self) {
195
return mp_obj_new_int(get_next_stack_size());
0 commit comments