Skip to content

Commit

Permalink
Remove obsolete comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dangiu committed Aug 1, 2022
1 parent ef362f1 commit f364e56
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/memcard_simulator.c
Original file line number Diff line number Diff line change
Expand Up @@ -348,8 +348,6 @@ _Noreturn int simulate_memory_card() {
offsetDatReader = pio_add_program(pio0, &dat_reader_program);
offsetDatWriter = pio_add_program(pio0, &dat_writer_program);

/* TODO never initialized datReader, that explains why it never worked */

smSelMonitor = pio_claim_unused_sm(pio0, true);
smCmdReader = pio_claim_unused_sm(pio0, true);
smDatReader = pio_claim_unused_sm(pio0, true);
Expand Down

0 comments on commit f364e56

Please sign in to comment.