Skip to content

Commit 7012061

Browse files
committed
Update docstubs stubs for preview
1 parent 82e3160 commit 7012061

File tree

1 file changed

+2
-3
lines changed
  • stubs/micropython-v1_25_0_preview-docstubs/machine

1 file changed

+2
-3
lines changed

stubs/micropython-v1_25_0_preview-docstubs/machine/UART.pyi

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -455,10 +455,9 @@ class UART:
455455

456456
def irq(
457457
self,
458-
trigger: int,
459-
priority: int = 1,
460458
handler: Callable[[UART], None] | None = None,
461-
wake: int = IDLE,
459+
trigger: int = 0,
460+
hard: bool = False,
462461
/,
463462
) -> _IRQ:
464463
"""

0 commit comments

Comments
 (0)