Update shared-bindings/supervisor/__init__.c

Co-authored-by: Scott Shawcroft <scott@tannewt.org>
This commit is contained in:
kmatch 2022-02-01 14:36:25 -06:00 committed by GitHub
parent 0290fc35d2
commit ff36932388
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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) {