summaryrefslogtreecommitdiff
path: root/py/stackctrl.h
diff options
context:
space:
mode:
authormicroDev <70126934+microDev1@users.noreply.github.com>2021-03-15 19:27:36 +0530
committermicroDev <70126934+microDev1@users.noreply.github.com>2021-03-15 19:27:36 +0530
commita52eb88031620a81521b937f2a0651dbac2bb350 (patch)
tree017cbf8f686b252241182ef61ce48e8457aa1577 /py/stackctrl.h
parent090b6ba42fcdfbb16844f77892087f91aa6ea201 (diff)
run code formatting script
Diffstat (limited to 'py/stackctrl.h')
-rw-r--r--py/stackctrl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/py/stackctrl.h b/py/stackctrl.h
index 18cd81e75..6b003f6c2 100644
--- a/py/stackctrl.h
+++ b/py/stackctrl.h
@@ -48,7 +48,7 @@ void mp_stack_check(void);
#if MICROPY_MAX_STACK_USAGE
const char MP_MAX_STACK_USAGE_SENTINEL_BYTE;
-void mp_stack_set_bottom(void* stack_bottom);
+void mp_stack_set_bottom(void *stack_bottom);
void mp_stack_fill_with_sentinel(void);
#endif