Skip to content

Commit 9911b64

Browse files
committed
Added type hints to ustack
1 parent 657c651 commit 9911b64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared-bindings/ustack/__init__.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ STATIC mp_obj_t stack_size(void) {
6060
}
6161
STATIC MP_DEFINE_CONST_FUN_OBJ_0(stack_size_obj, stack_size);
6262

63-
//| def stack_usage() -> Any:
63+
//| def stack_usage() -> int:
6464
//| """Return how much stack is currently in use.
6565
//| Same as micropython.stack_use(); duplicated here for convenience."""
6666
//| ...

0 commit comments

Comments
 (0)