mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 09:39:10 -04:00
Function name and error string are usually sufficient to find the place which has triggered an error. __FILE__ macro generates a string which has absolute file name (with our build system), so there is a lot of long strings present in the program because of that. Fixes https://github.com/espressif/esp-idf/issues/126