Merge #1422
1422: rp: remove leftovers from #1414 r=Dirbaio a=pennae forgot to remove these when they were no longer necessary or useful. oops. Co-authored-by: pennae <github@quasiparticle.net>
This commit is contained in:
commit
5f99ccf54c
2 changed files with 3 additions and 9 deletions
tests/rp/src/bin
|
@ -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.
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue