This commit is contained in:
Dániel Buga 2023-08-16 09:01:45 +02:00 committed by GitHub
parent ae455ed8a7
commit 910b71bd9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -305,7 +305,7 @@ mod critical_section_impl {
/// FlashSafeDma /// FlashSafeDma
/// ///
/// The embedded-hal traits make no guarentees about /// The embedded-hal traits make no guarantees about
/// where the buffers are placed. The DMA implementation in Espressif chips has /// where the buffers are placed. The DMA implementation in Espressif chips has
/// a limitation in that it can only access the RAM address space, meaning data /// a limitation in that it can only access the RAM address space, meaning data
/// to be transmitted from the flash address space must be copied into RAM /// to be transmitted from the flash address space must be copied into RAM