Skip EasyDMA slice location check if slice is empty

This commit is contained in:
Til Blechschmidt
2022-02-23 22:51:01 +01:00
parent caad1111f9
commit ed9fad8c7e
2 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
#![no_std]
#![cfg_attr(
feature = "nightly",
feature(generic_associated_types, type_alias_impl_trait)
feature(generic_associated_types, type_alias_impl_trait, slice_ptr_len)
)]
#[cfg(not(any(