rp: remove leftovers from #1414

forgot to remove these when they were no longer necessary or useful. oops.
This commit is contained in:
pennae
2023-05-02 07:40:12 +02:00
parent 05c36e05f9
commit 3c31236c10
2 changed files with 3 additions and 9 deletions

View File

@ -53,10 +53,6 @@ async fn main(_spawner: Spawner) {
let (mut tx, mut rx, mut uart) = (p.PIN_0, p.PIN_1, p.UART0);
let mut irq = interrupt::take!(UART0_IRQ);
// TODO
// nuclear error reporting. just abort the entire transfer and invalidate the
// dma buffer, buffered buffer, fifo etc.
// We can't send too many bytes, they have to fit in the FIFO.
// This is because we aren't sending+receiving at the same time.
{