OVMS3-idf/components/sdmmc
Ivan Grokhotkov e6258ac6cb sdmmc: don’t flip word order in MMC_RSP_BITS
MMC_RSP_BITS helper function had a hack that it flipped word order in
the response, assuming that response size is 4 words. This hack does not
work for responses which are not 4 words long (such as the SWITCH_FUNC
response, which is 64 words long).

This change removes the hack and the matching word order reversal code
in sdmmc driver.
2017-08-16 18:59:04 +08:00
..
include sdmmc: add peripheral driver and protocol layer 2017-01-09 04:51:24 +08:00
test sdmmc: don’t flip word order in MMC_RSP_BITS 2017-08-16 18:59:04 +08:00
component.mk sdmmc: add peripheral driver and protocol layer 2017-01-09 04:51:24 +08:00
sdmmc_cmd.c sdmmc: don’t flip word order in MMC_RSP_BITS 2017-08-16 18:59:04 +08:00