mirror of
https://github.com/esp-rs/esp-idf-hal.git
synced 2025-09-30 05:41:12 +00:00
Fix #365
This commit is contained in:
parent
8756ef684d
commit
2b4b72069e
@ -1498,6 +1498,9 @@ where
|
||||
}
|
||||
}
|
||||
|
||||
unsafe impl<'d, T> Send for AsyncUartDriver<'d, T> where T: BorrowMut<UartDriver<'d>> + Send {}
|
||||
unsafe impl<'d, T> Sync for AsyncUartDriver<'d, T> where T: BorrowMut<UartDriver<'d>> + Send + Sync {}
|
||||
|
||||
impl<'d, T> Drop for AsyncUartDriver<'d, T>
|
||||
where
|
||||
T: BorrowMut<UartDriver<'d>>,
|
||||
|
Loading…
x
Reference in New Issue
Block a user