mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 16:50:55 +08:00
arch/arm/src/imxrt/imxrt_usdhc.c: Improve SD card handling in the DMA case. For now I think we can consider this complete for both Interrupt and DMA transfers. There is other stuff to add (high speed, low voltage, DDR etc.) later,
This commit is contained in:
committed by
Gregory Nutt
parent
50a1b9eddf
commit
9b68efe251
+1
-1
@@ -58,7 +58,7 @@
|
||||
* configuration for better standards compatibility.
|
||||
*
|
||||
* CONFIG_C99_BOOL8 - Means (1) your C++ compiler has sizeof(_Bool) == 8,
|
||||
* (2) your C compiler supports the C99 _Bool intrinsic type, and (2) that
|
||||
* (2) your C compiler supports the C99 _Bool intrinsic type, and (3) that
|
||||
* the C99 _Bool type also has size 1.
|
||||
*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user