Skip to content

Commit 133aa5f

Browse files
committed
fix: fix nrf-sdc example
Signed-off-by: Haobo Gu <[email protected]>
1 parent 0ebc7ff commit 133aa5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/nrf-sdc/src/bin/ble_bas_central_bonding.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ async fn main(spawner: Spawner) {
8787
config.frequency = qspi::Frequency::M32;
8888
config.capacity = 8*1024*1024;
8989

90-
let mut qspi: qspi::Qspi<_> = qspi::Qspi::new(
90+
let mut qspi: qspi::Qspi = qspi::Qspi::new(
9191
p.QSPI, Irqs, p.P0_19, p.P0_17, p.P0_20, p.P0_21, p.P0_22, p.P0_23, config,
9292
);
9393
let input = embassy_nrf::gpio::Input::new(p.P0_11, embassy_nrf::gpio::Pull::Up);

0 commit comments

Comments
 (0)