mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 20:20:14 +01:00
This is a statically-allocated UART (see machine_uart.c), and doesn't contain any heap pointers other than the ringbufs (which are already root pointers), so no need to track it additionally. Saves needing to add mpbthciport.c to the QSTR sources. Signed-off-by: Jim Mussared <jim.mussared@gmail.com>