PeripheralMutex should be Unpin

This commit is contained in:
Dario Nieuwenhuis
2021-02-20 00:27:24 +01:00
parent e454969000
commit 03ddc949a0
2 changed files with 8 additions and 3 deletions

View File

@ -8,6 +8,7 @@ use example_common::*;
use cortex_m_rt::entry;
use defmt::panic;
use futures::pin_mut;
use nrf52840_hal as hal;
use nrf52840_hal::gpio;
@ -51,6 +52,7 @@ async fn run() {
buffered_uarte::Parity::EXCLUDED,
buffered_uarte::Baudrate::BAUD115200,
);
pin_mut!(u);
info!("uarte initialized!");