mirror of
https://github.com/apache/nuttx.git
synced 2026-08-02 04:38:59 +00:00
The SDIO interface structure includes fields with names like recvR1 and others. These cause "Mixed case identifier" errors from nxstyle in all places they are uses. This change performs a mass substition of recvR with recv_r to correct this coding standard violation. |
||
|---|---|---|
| .. | ||
| Kconfig | ||
| Make.defs | ||
| mmcsd.h | ||
| mmcsd_csd.h | ||
| mmcsd_debug.c | ||
| mmcsd_sdio.c | ||
| mmcsd_sdio.h | ||
| mmcsd_spi.c | ||
| mmcsd_spi.h | ||