From ff3693238858f022b6e03d6134f5b1c94d94b2e0 Mon Sep 17 00:00:00 2001 From: kmatch <33587466+kmatch98@users.noreply.github.com> Date: Tue, 1 Feb 2022 14:36:25 -0600 Subject: [PATCH] Update shared-bindings/supervisor/__init__.c Co-authored-by: Scott Shawcroft --- shared-bindings/supervisor/__init__.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared-bindings/supervisor/__init__.c b/shared-bindings/supervisor/__init__.c index f7f21f6ae4..f8a9436ab5 100644 --- a/shared-bindings/supervisor/__init__.c +++ b/shared-bindings/supervisor/__init__.c @@ -301,7 +301,7 @@ STATIC mp_obj_t supervisor_disable_ble_workflow(void) { MP_DEFINE_CONST_FUN_OBJ_0(supervisor_disable_ble_workflow_obj, supervisor_disable_ble_workflow); //| def reset_terminal(x_pixels: int, y_pixels: int) -> None: -//| """Adjust the pixel dimensions of the REPL console.""" +//| """Reset the CircuitPython serial terminal with new dimensions.""" //| ... //| STATIC mp_obj_t supervisor_reset_terminal(mp_obj_t x_pixels, mp_obj_t y_pixels) {