mirror of
https://github.com/micropython/micropython.git
synced 2025-12-13 08:20:13 +01:00
Now raises an exception if the pin doesn't support the alternate function unit number and line type, eg UART0_TX (previously it only checked the peripheral). Signed-off-by: Damien George <damien@micropython.org>