Fix a typo in "PioPeripheral"

This commit is contained in:
sekoia
2023-02-15 14:10:07 +01:00
parent e3f8020c3b
commit e641db1f75
3 changed files with 4 additions and 4 deletions

View File

@ -4,7 +4,7 @@
use defmt::info;
use embassy_executor::Spawner;
use embassy_futures::join::join;
use embassy_rp::pio::{PioPeripherial, PioStateMachine, ShiftDirection};
use embassy_rp::pio::{PioPeripheral, PioStateMachine, ShiftDirection};
use embassy_rp::relocate::RelocatedProgram;
use embassy_rp::{pio_instr_util, Peripheral};
use {defmt_rtt as _, panic_probe as _};