mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 16:50:55 +08:00
arch/arm/src/lkpc54xx: In SDMMC driver, fix an error which was clobbering the interrupt mask register (xfrmask). Also, add a kludge for the missing DTO interrupt.
This commit is contained in:
@@ -84,7 +84,7 @@
|
||||
|
||||
/* Media events are used for enable/disable registered event callbacks */
|
||||
|
||||
#define SDIOMEDIA_EJECTED (1 << 0) /* Bit 0: Mmedia removed */
|
||||
#define SDIOMEDIA_EJECTED (1 << 0) /* Bit 0: Media removed */
|
||||
#define SDIOMEDIA_INSERTED (1 << 1) /* Bit 1: Media inserted */
|
||||
|
||||
/* Commands are bit-encoded to provide as much information to the SDIO driver as
|
||||
|
||||
Reference in New Issue
Block a user