esp-idf/components
Ivan Grokhotkov 0dff9ed79d drivers: remove file paths from log statements
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
2016-12-07 12:01:54 +08:00
..
2016-11-16 15:57:34 +11:00
2016-11-22 21:14:36 +08:00
2016-11-23 11:29:36 +08:00
2016-11-22 14:45:50 +08:00