mirror of
https://github.com/espressif/esp-idf.git
synced 2026-07-23 03:13:01 +03:00
Removal of spurious newline character in debug statement There was a debug statement in the code that included an additional newline character that wasn't needed. From github PR: https://github.com/espressif/esp-idf/pull/124 See merge request !291