huntc 469852c667 Removed unsafe from uarte
The constructors themselves are not strictly unsafe. Interactions with DMA can be generally unsafe if a future is dropped, but that's a separate issue. It is important that we use the `unsafe` keyword diligently as it can lead to confusion otherwise.
2021-12-01 09:14:24 +11:00
..
2021-12-01 09:14:24 +11:00
2021-11-15 20:13:22 +01:00
2021-06-02 01:32:19 +02:00