Skip to content

Commit

Permalink
rp2040: PIO: Remove reference in comment to HIL
Browse files Browse the repository at this point in the history
  • Loading branch information
alevy authored Oct 20, 2024
1 parent fbd765c commit 1912a83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chips/rp2040/src/chip.rs
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ impl InterruptService for Rp2040DefaultPeripherals<'_> {
unsafe fn service_interrupt(&self, interrupt: u32) -> bool {
match interrupt {
interrupts::PIO0_IRQ_0 => {
// As the PIO HIL doesn't provide any support for interrupts, they are
// As the current PIO interface does not provide support for interrupts, they are
// simply ignored.
//
// Note that PIO interrupts are raised only during unit tests.
Expand Down

0 comments on commit 1912a83

Please sign in to comment.