mirror of
https://github.com/espressif/esp-idf.git
synced 2025-12-07 17:08:49 +00: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