mirror of
https://github.com/espressif/esp-idf.git
synced 2025-10-07 21:47:21 +00: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