]> granicus.if.org Git - esp-idf/commitdiff
Merge branch 'bugfix/rmt_debug_newline' into 'master'
authorAngus Gratton <angus@espressif.com>
Thu, 8 Dec 2016 02:05:11 +0000 (10:05 +0800)
committerAngus Gratton <angus@espressif.com>
Thu, 8 Dec 2016 02:05:11 +0000 (10:05 +0800)
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


Trivial merge