esp-idf/components/hal/platform_port/include
morris be8033701c fix(hal): use __builtin_unreachable in no-assert mode
otherwise due to esp-idf using -Werror, we can get errors in code which
uses HAL_ASSERT if for example the compiler believes that a variable is
used uninitialised, or similar.

Inspired by https://github.com/espressif/esp-idf/pull/13256
2024-03-06 11:50:32 +08:00
..
hal fix(hal): use __builtin_unreachable in no-assert mode 2024-03-06 11:50:32 +08:00