mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
81e721ebcb
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