mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-27 19:13:21 +00:00
c69db391e7
- Add .user_filter_ctx = NULL to TOUCH_SENSOR_DEFAULT_FILTER_CONFIG macro - Rename test_touch_sens_common.c to .cpp for C++ compatibility - Fix C++ compile issues: add spaces between string literals and PRIu32 - Replace VLAs with dynamic memory allocation Merges https://github.com/espressif/esp-idf/pull/17655