mirror of
https://github.com/espressif/esp-idf.git
synced 2026-06-01 18:46:34 +03:00
When a public header contains _Static_assert or static_assert, check_public_headers.py script will detect it and report it as an issue. Indeed, public headers shall now use ESP_STATIC_ASSERT.