Skip to content

Commit ff36932

Browse files
kmatch98tannewt
andauthored
Update shared-bindings/supervisor/__init__.c
Co-authored-by: Scott Shawcroft <[email protected]>
1 parent 0290fc3 commit ff36932

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared-bindings/supervisor/__init__.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ STATIC mp_obj_t supervisor_disable_ble_workflow(void) {
301301
MP_DEFINE_CONST_FUN_OBJ_0(supervisor_disable_ble_workflow_obj, supervisor_disable_ble_workflow);
302302

303303
//| def reset_terminal(x_pixels: int, y_pixels: int) -> None:
304-
//| """Adjust the pixel dimensions of the REPL console."""
304+
//| """Reset the CircuitPython serial terminal with new dimensions."""
305305
//| ...
306306
//|
307307
STATIC mp_obj_t supervisor_reset_terminal(mp_obj_t x_pixels, mp_obj_t y_pixels) {

0 commit comments

Comments
 (0)