mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 17:49:10 -04:00
ROM SPIWrite routine can work with unaligned sources, so this check is unnecessary. Furthermore, it breaks nvs_set_str and nvs_get_blob when data pointer is unaligned. Also fix stray backslash in COUNTER_STOP macro