mirror of
https://github.com/espressif/esp-idf
synced 2025-04-15 03:00:11 -04:00
Perviously host send_auto_stop flag would be set for every data transfer over 1 block long. This caused stop commands to be sent after CMD53, which shouldn't be done. Fix by adding an explicit list of commands for which send_auto_stop should be set.